Updated Rule Cookbook (markdown)

Michael Ingraham 2019-07-20 09:14:30 -04:00
parent 004aabbbb6
commit e0b56fa728
1 changed files with 2 additions and 2 deletions

@ -11,7 +11,7 @@
- [Staircase Timer](#staircase-timer)
- [Advanced PIR rules for Staircase](#advanced-pir-rules-for-staircase)
- [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)
- [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)
@ -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`: