From 58d75dbb7f65bdf3bb9df695501ae3bd9f27c745 Mon Sep 17 00:00:00 2001 From: arendst Date: Sun, 26 Mar 2017 18:19:19 +0200 Subject: [PATCH] Remove reference to light command --- MQTT-Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MQTT-Features.md b/MQTT-Features.md index ad06222c..eec4a86c 100644 --- a/MQTT-Features.md +++ b/MQTT-Features.md @@ -1,6 +1,6 @@ Sonoff responds to the following MQTT commands using MQTT Topic for ```cmnd/sonoff/``` and MQTT Message/Payload for ``````: -- The relay can be controlled with ```cmnd/sonoff/power on```, ```cmnd/sonoff/power off``` or ```cmnd/sonoff/power toggle```. Sonoff will send a MQTT status message like ```stat/sonoff/POWER ON```. The same function can be initiated with ```cmnd/sonoff/light on```. +- The relay can be controlled with ```cmnd/sonoff/power on```, ```cmnd/sonoff/power off``` or ```cmnd/sonoff/power toggle```. Sonoff will send a MQTT status message like ```stat/sonoff/POWER ON```. - The power state message can be sent with the retain flag set. Enable this with ```cmnd/sonoff/PowerRetain on```.