mirror of https://github.com/arendst/Tasmota.git
Updated Control other devices (markdown)
parent
27ccf4d1cf
commit
96270033b9
|
@ -4,7 +4,7 @@ It is possible to control another device from remote by using following options:
|
|||
|
||||
From version 5.1.6 on, hold button functionality for both the push button AND the external push button was implemented.
|
||||
|
||||
If a ButtonTopic (and if [SetOption1](commands#SetOption1) (=ButtonRestrict) is `ON`) or SwitchTopic (and SwitchMode = `5` or `6`) has been defined and a button is pressed longer than define KEY_HOLD_TIME (default 4 seconds) a MQTT message like `cmnd/%topic%/POWER HOLD` will be sent. `HOLD` message can be changed with command [StateText4](commands#StateText4).
|
||||
If a ButtonTopic (and if [SetOption1](commands#SetOption1) (=ButtonRestrict) is `ON`) or (SwitchTopic)](commands#SwitchTopic) (and SwitchMode = `5` or `6`) has been defined and a button is pressed longer than define KEY_HOLD_TIME (default 4 seconds) a MQTT message like `cmnd/%topic%/POWER HOLD` will be sent. `HOLD` message can be changed with command [StateText4](commands#StateText4).
|
||||
|
||||
Command [`SetOption11`](commands#setoption11) `ON / OFF` allows for swapping the functionality of the push button.
|
||||
|
||||
|
|
Loading…
Reference in New Issue