mirror of https://github.com/arendst/Tasmota.git
Fix #31 hyperlink
parent
3d2ffa8c64
commit
8a5d17aba0
|
@ -33,7 +33,7 @@
|
|||
28. [Using BREAK to simulate IF..ELSEIF..ELSE..ENDIF](#28-Using-BREAK-to-simulate-IFELSEIFELSEENDIF)
|
||||
29. [Adjust PowerDelta according to current Power values](#29-adjust-powerdelta-according-to-current-power-values)
|
||||
30. [Simple solar heater control](#30-simple-solar-heater-control)
|
||||
31. [IR Forward](#32-ir-forward)
|
||||
31. [IR Forward](#31-ir-forward)
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
#### 1. Use long press action on a switch
|
||||
|
@ -1234,6 +1234,10 @@ And watch the relay turn on and off based on the values.
|
|||
|
||||
Please not that this example does not support manual override or handle missing sensor data. Take a look at [Simple Thermostat Example](#9-simple-thermostat-example) for examples.
|
||||
|
||||
[Back To Top](#top)
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
#### 31. IR Forward
|
||||
|
||||
Using one IR receiver and one sender (or both extender) you can simply forward signals from one to another using the following rule
|
||||
|
|
Loading…
Reference in New Issue