Updated Buttons and Switches (markdown)

blakadder 2019-05-07 19:10:16 +02:00
parent e23f927080
commit f0f8770f3e
1 changed files with 1 additions and 1 deletions

@ -111,7 +111,7 @@ The switch will send a toggle command when pressed and another toggle command wh
### Note about SwitchTopic (or ButtonTopic) and MQTT
When using `SwitchTopic 1` or `2` (or `ButtonTopic 1` or `2) and your MQTT broker becomes unavailable, Tasmota falls back to default `SwitchTopic 0` (or `ButtonTopic 0`), which is not optimal.
When using `SwitchTopic 1` or `2` (or `ButtonTopic 1` or `2`) and your MQTT broker becomes unavailable, Tasmota falls back to default `SwitchTopic 0` (or `ButtonTopic 0`), which is not optimal.
To avoid this, we recommend using [rules](Rules). They simply always work!