mirror of https://github.com/arendst/Tasmota.git
Updated Rule Cookbook (markdown)
parent
3388fe857a
commit
ea4d708f64
|
@ -27,7 +27,7 @@
|
|||
25. [Arithmetic Commands to be used with VARs](#25-arithmetic-commands-to-be-used-with-vars)
|
||||
- [Sending the value of a sensor to MQTT only when a delta is reached](#sending-the-value-of-a-sensor-to-mqtt-only-when-a-delta-is-reached)
|
||||
- [Adjust the value of a sensor and send it by MQTT](#adjust-the-value-of-a-sensor-and-send-it-by-mqtt)
|
||||
26. [Timer-triggered Low frequency blink (intermittent timer)](#Timer-triggered-low-frequency-blink)
|
||||
26. [Timer-triggered Low frequency blink (intermittent timer)](#26-Timer-triggered-low-frequency-blink)
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
#### 1. Use long press action on a switch
|
||||
|
@ -992,7 +992,7 @@ on event#sendtemp do publish stat/sonoff/temp %var1% endon
|
|||
[Back To Top](#top)
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
Timer-triggered Low Frequency Blink
|
||||
#### 26 Timer-triggered Low Frequency Blink
|
||||
|
||||
This example uses a rule timer to call itself to allow the power to be switched on and off within a set time period. The rule timer is triggered by Global timers - one to set it going, the other to turn it off.
|
||||
|
||||
|
|
Loading…
Reference in New Issue