mirror of https://github.com/arendst/Tasmota.git
Updated Rule Cookbook (markdown)
parent
004aabbbb6
commit
e0b56fa728
|
@ -11,7 +11,7 @@
|
||||||
- [Staircase Timer](#staircase-timer)
|
- [Staircase Timer](#staircase-timer)
|
||||||
- [Advanced PIR rules for Staircase](#advanced-pir-rules-for-staircase)
|
- [Advanced PIR rules for Staircase](#advanced-pir-rules-for-staircase)
|
||||||
- [Energy Saving Smart Switch](#energy-saving-smart-switch)
|
- [Energy Saving Smart Switch](#energy-saving-smart-switch)
|
||||||
- [Controlling Timers Enable from a switch](#controlling-timers-enable-from-a-switch)
|
- [Controlling Timers Enabled from a switch](#controlling-timers-enable-from-a-switch)
|
||||||
- [Toggle a Relay only when holding the button for 2 seconds](#toggle-a-relay-only-when-holding-the-button-for-2-seconds)
|
- [Toggle a Relay only when holding the button for 2 seconds](#toggle-a-relay-only-when-holding-the-button-for-2-seconds)
|
||||||
- [Make sure light is on at night](#rule-to-make-sure-light-is-on-at-night)
|
- [Make sure light is on at night](#rule-to-make-sure-light-is-on-at-night)
|
||||||
- [Enable a PIR Switch only at night](#rule-to-enable-a-pir-switch-only-at-night)
|
- [Enable a PIR Switch only at night](#rule-to-enable-a-pir-switch-only-at-night)
|
||||||
|
@ -471,7 +471,7 @@ Rule on switch1#state=1 do var1 100 endon on switch1#state=0 do backlog var1 0;
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
#### Controlling Timers Enable from a Switch
|
#### Controlling Timers Enabled from a Switch
|
||||||
|
|
||||||
Assuming that your switch is on `GPIO00` and configured as `Switch1`:
|
Assuming that your switch is on `GPIO00` and configured as `Switch1`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue