Skip to content

Commit 80fe87d

Browse files
authored
Update README.md
1 parent 40f55d2 commit 80fe87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rootTopic=home # the mqtt root topic
1414
refresh=60 # number of seconds for MQTT status updates. Do not go below 60!
1515
mqttServer=tcp://192.168.0.1 # IP or hostname of your mqtt broker
1616
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"
17+
retained=true # whether MQTT messages will be sent retained. Defaults to "false"
18+
qos=1 # the qos which MQTT messages will be sent with. Defaults to "0"
1919
2020
daikin1.host=192.168.0.2 # IP adress of your first Daikin Wifi adapter
2121
daikin1.name=ac-room1 # a name for the Daikin device, used in the MQTT topic

0 commit comments

Comments
 (0)