Updated Rule Cookbook (markdown)

Adrian Scillato 2019-07-12 17:05:08 -03:00
parent e9ef1117f0
commit ca389209c5
1 changed files with 5 additions and 5 deletions

@ -28,11 +28,11 @@
25. [Arithmetic Commands to be used with VARs](#25-arithmetic-commands-to-be-used-with-vars) 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) - [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) - [Adjust the value of a sensor and send it by MQTT](#adjust-the-value-of-a-sensor-and-send-it-by-mqtt)
26. [Switch relays via serial interface](#27-Switch-relays-via-serial-interface) 26. [Switch relays via serial interface](#26-Switch-relays-via-serial-interface)
27. [Using BREAK to simulate IF..ELSEIF..ELSE..ENDIF](#28-Using-BREAK-to-simulate-IFELSEIFELSEENDIF) 27. [Using BREAK to simulate IF..ELSEIF..ELSE..ENDIF](#27-Using-BREAK-to-simulate-IFELSEIFELSEENDIF)
28. [Adjust PowerDelta according to current Power values](#29-adjust-powerdelta-according-to-current-power-values) 28. [Adjust PowerDelta according to current Power values](#28-adjust-powerdelta-according-to-current-power-values)
29. [Simple solar heater control](#30-simple-solar-heater-control) 29. [Simple solar heater control](#29-simple-solar-heater-control)
30. [IR Forward](#31-ir-forward) 30. [IR Forward](#30-ir-forward)
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
#### 1. Use long press action on a switch #### 1. Use long press action on a switch