mirror of https://github.com/arendst/Tasmota.git
Updated typo.
parent
0fc11117e4
commit
3d302afb5d
2
MQTT.md
2
MQTT.md
|
@ -76,7 +76,7 @@ In the following examples `%topic%` is `sonoff` for demonstration purposes:
|
|||
|
||||
- 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 (Sonoff Dual) or from 1 to 4 (Sonoff 4CH). `cmnd/sonoff/power4 off` turns off the 4th relay on a Sonoff 4CH.
|
||||
|
||||
- QTT topic can be changed with ```cmnd/sonoff/topic sonoff1``` which reboots sonoff and changes the `%topic%` to `sonoff1`. From that point on MQTT commands should look like ```cmnd/sonoff1/power on```.
|
||||
- MQTT topic can be changed with ```cmnd/sonoff/topic sonoff1``` which reboots sonoff and changes the `%topic%` to `sonoff1`. From that point on MQTT commands should look like ```cmnd/sonoff1/power on```.
|
||||
|
||||
- The OTA firmware location can be made known to sonoff with ```cmnd/sonoff/otaurl http://thehackbox.org/tasmota/release/sonoff.bin```. Reset to default with ```cmnd/sonoff/otaurl 1```.
|
||||
|
||||
|
|
Loading…
Reference in New Issue