Updated KNX Features (markdown)

Adrian Scillato 2018-07-22 21:12:02 -03:00
parent 59a3bf90c8
commit 29de42258d
1 changed files with 2 additions and 2 deletions

@ -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``