We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f55d2 commit 80fe87dCopy full SHA for 80fe87d
README.md
@@ -14,8 +14,8 @@ rootTopic=home # the mqtt root topic
14
refresh=60 # number of seconds for MQTT status updates. Do not go below 60!
15
mqttServer=tcp://192.168.0.1 # IP or hostname of your mqtt broker
16
logLevel=INFO # logLevel
17
-retained=true # MQTT messages will be sent retained. Defaults to "false"
18
-qos=1 # MQTT messages will be sent with qos=1. Defaults to "0"
+retained=true # whether MQTT messages will be sent retained. Defaults to "false"
+qos=1 # the qos which MQTT messages will be sent with. Defaults to "0"
19
20
daikin1.host=192.168.0.2 # IP adress of your first Daikin Wifi adapter
21
daikin1.name=ac-room1 # a name for the Daikin device, used in the MQTT topic
0 commit comments