mirror of https://github.com/arendst/Tasmota.git
changed `sonoff` to `tasmota` to match the examples - the correct entry
parent
158e72dfb0
commit
88074b4780
2
MQTT.md
2
MQTT.md
|
@ -66,7 +66,7 @@ By looking at the [commands](commands) table we can learn about the [Power](comm
|
|||
We've sent the toggle command and received confirmation that the switch is turned on.
|
||||
|
||||
### Examples
|
||||
In the following examples `%topic%` is `sonoff` for demonstration purposes:
|
||||
In the following examples `%topic%` is `tasmota` for demonstration purposes:
|
||||
|
||||
- The relay can be controlled with `cmnd/tasmota/power on`, ```cmnd/tasmota/power off``` or ```cmnd/tasmota/power toggle```. Sonoff will send a MQTT status message like ```stat/tasmota/POWER ON```.
|
||||
|
||||
|
|
Loading…
Reference in New Issue