From 62bce3ee8d27b6cd9c2228ba3470fc3ef943feb4 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Sat, 13 Apr 2019 22:09:50 +0200 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 3d905083..b2424a03 100644 --- a/Button-usage.md +++ b/Button-usage.md @@ -1,4 +1,4 @@ -If your device has one, the built in hardware push button offers a lot of functionality. Keep in mind that if you [have changed](#Changing-default-button-functionality) [ButtonTopic](commands#buttontopic), [SetOption2](commands#setoption2), [SetOption11](commands#setoption11) or [SetOption13](commands#setoption13) some functionality will be changed or removed. +If your device has one, the built in hardware push button offers a lot of functionality. Keep in mind that if you [have changed](#Changing-default-button-functionality) [ButtonTopic](commands#buttontopic), [SetOption1](commands#setoption1), [SetOption11](commands#setoption11) or [SetOption13](commands#setoption13) some functionality will be changed or removed. ### 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.