From 2f51853345a7d1bdd3b411bd4eb65a5e42b11ca4 Mon Sep 17 00:00:00 2001 From: blakadder Date: Sat, 23 Feb 2019 11:11:38 +0100 Subject: [PATCH] Updated Button usage (markdown) --- Button-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Button-usage.md b/Button-usage.md index c0fffb73..f0c4ce2a 100644 --- a/Button-usage.md +++ b/Button-usage.md @@ -2,7 +2,7 @@ The main button on a Sonoff-Tasmota flashed module provides the following functi - **1 short press:** Toggles the relay either directly or by sending a MQTT message like ```cmnd/sonoff/POWER1 ON```. This will blink the LED twice and sends a MQTT status message like ```stat/sonoff/POWER1 ON```. If ```cmnd/sonoff/ButtonRetain on``` has been used the MQTT message will also contain the MQTT retain flag. -- **2 short presses:** Toggles the relay 2 if available on the device (for example [Sonoff Dual](Sonoff-Dual)). This will blink the LED twice and sends a MQTT status message like ```stat/sonoff/POWER2 on```. +- **2 short presses:** Toggles the relay 2 if available on the device. This will blink the LED twice and sends a MQTT status message like ```stat/sonoff/POWER2 on```. - **3 short presses:** Start Wi-Fi smartconfig allowing for SSID and Password configuration using an Android mobile phone with the [ESP8266 SmartConfig](https://play.google.com/store/apps/details?id=com.cmmakerclub.iot.esptouch) app. The LED will blink during the config period. A single button press during this period will abort and restart sonoff.