From ff8992dd5730ea002f7e6d7c7453867a733c6e78 Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Brinette Date: Tue, 1 Oct 2024 23:07:11 +0200 Subject: [PATCH] Update KNX command list for futur release --- docs/Commands.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Commands.md b/docs/Commands.md index 42b2c18074..51fb100ef7 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -964,8 +964,11 @@ IfxRP|`` = set Influxdb retention policy _ Command|Parameters :---|:--- -KnxTx_Cmnd|`0` or `1` = send command using slot set in KNX Menu at KNX_TX -KnxTx_Val|`` = send float value using slot set in KNX Menu at KNX_TX +KnxTx_Cmnd|`0` or `1` = send 1 bit command using slot set in KNX Menu at KNX_TX +KnxTx_Double|`` = send 32 bits float value (DPT 14) using slot set in KNX Menu at KNX_TX +KnxTx_Val|`` = Alias for KnxTx_Double, send 32 float value (DPT 14) using slot set in KNX Menu at KNX_TX +KnxTx_Float|`` = send 16 bits float value (DPT 9) using slot set in KNX Menu at KNX_TX +KnxTx_Byte|`` = send 8 bits unsigned integer value (DPT 5) using slot set in KNX Menu at KNX_TX KnxTx_Scene|`` = send scene number to the GA set in KNX Menu Knx_Enabled|Status of KNX Communications
`0` = set to Disable
`1` = set to Enable Knx_Enhanced|Status of Enhanced mode for KNX Communications
`0` = set to Disable
`1` = set to Enable