changed `sonoff` to `tasmota` to match the examples - the correct entry

Andy Timmons 2019-11-14 14:08:07 -05:00
parent 158e72dfb0
commit 88074b4780
1 changed files with 1 additions and 1 deletions

@ -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```.