Add reference to TeleRetain

tobox 2018-08-03 08:56:07 +02:00
parent 8c8325fde5
commit cfd4381737
1 changed files with 2 additions and 0 deletions

@ -4,6 +4,8 @@ Sonoff responds to the following MQTT commands using MQTT Topic for ```cmnd/sono
- The power state message can be sent with the retain flag set. Enable this with ```cmnd/sonoff/PowerRetain on```.
- The telemetry messages can also be sent with the retain flag, but this is a compile time option. See [#1071](https://github.com/arendst/Sonoff-Tasmota/issues/1071).
- For sonoff dual or 4CH the relays need to be addressed with ```cmnd/sonoff/power{n}```, where {n} is the relay number from 1 to 2(dual) or from 1 to 4(4CH).
- The MQTT topic can be changed with ```cmnd/sonoff/topic sonoff1``` which reboots sonoff and makes it available for MQTT commands like ```cmnd/sonoff1/power on```.