From d706f31759a5cea669177a96e056fef746d4fada Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sat, 22 Sep 2018 13:01:51 -0300 Subject: [PATCH] Updated KNX Features (markdown) --- KNX-Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KNX-Features.md b/KNX-Features.md index bf6a6261..783ca981 100644 --- a/KNX-Features.md +++ b/KNX-Features.md @@ -117,7 +117,7 @@ Example: ``rule on event#knxrx_val1 do var1 %value% endon`` to store the value r 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`` -### 6) Rule to send KNX Telegramm with BH1750 Sensor Data: ### +### 6) Rule to send KNX Telegram with BH1750 Sensor Data: ### * If you want to send your sensor values by KNX **every teleperiod time** to the Group Address defined in KNX_TX1, you can use the following rule: