From 88074b4780a9e4c2567e4827debd8e33dc45def8 Mon Sep 17 00:00:00 2001 From: Andy Timmons <15314341+altimmons@users.noreply.github.com> Date: Thu, 14 Nov 2019 14:08:07 -0500 Subject: [PATCH] changed `sonoff` to `tasmota` to match the examples - the correct entry --- MQTT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MQTT.md b/MQTT.md index a81fb9c0..f03b2461 100644 --- a/MQTT.md +++ b/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```.