mirror of https://github.com/arendst/Tasmota.git
Updated KNX Features (markdown)
parent
59a3bf90c8
commit
29de42258d
|
@ -107,6 +107,6 @@ Also, we can use the command ``KnxTx_Val1 15`` to send a 15 value to the group a
|
|||
|
||||
In rules we can use the events to catch the reception from KNX to those RX Slots.
|
||||
|
||||
Example: ``rule on event#knxrx_cmnd1 do var1 %value%`` to store the command receive in the variable VAR1
|
||||
Example: ``rule on event#knxrx_cmnd1 do var1 %value% endon`` to store the command receive in the variable VAR1
|
||||
|
||||
Also, if a Read request is received from KNX Network, we can use that in a rule as for example: ``rule on event#knxrx_req1 do knxtx_val1 %var3%``
|
||||
Also, if a Read request is received from KNX Network, we can use that in a rule as for example: ``rule on event#knxrx_req1 do knxtx_val1 %var3% endon``
|
||||
|
|
Loading…
Reference in New Issue