Updated KNX Features (markdown)

Adrian Scillato 2018-06-12 16:26:42 -03:00
parent 0d0caa568b
commit 74fdcb2ff3
1 changed files with 3 additions and 3 deletions

@ -74,14 +74,14 @@ We can configure to send the value of temperature or humidity every teleperiod.
**5) Using rules:**
Using rules more functionality can be added to KNX.
More functionality can be added to Tasmota using rules.
* In KNX Menu can be set a Group Address to send data or commands by rules as **KNX TX1** to **KNX TX5**
* In the KNX Menu, can be set a Group Address to send data or commands by rules, as **KNX TX1** to **KNX TX5**
In rules we can use the command ``KnxTx_Cmnd1 1`` to send an ON state command to the group address set in **KNX TX1** slot of the KNX menu.
Also, we can use the command ``KnxTx_Val1 15`` to send a 15 value to the group address set in **KNX TX1** slot of the KNX menu.
* In KNX Menu can be set a Group Address to receive commands by rules as **KNX RX1** to **KNX RX5**
* In the KNX Menu can be set a Group Address to receive commands by rules as **KNX RX1** to **KNX RX5**
In rules we can use the events to catch the reception from KNX to those RX Slots.