Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update KNX command list for future release #1415

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,8 +964,11 @@ IfxRP<a class="cmnd" id="ifxrp"></a>|`<value>` = set Influxdb retention policy _

Command|Parameters
:---|:---
KnxTx_Cmnd<x\><a class="cmnd" id="knxtx_cmnd"></a>|`0` or `1` = send command using slot <x\> set in KNX Menu at KNX_TX
KnxTx_Val<x\><a class="cmnd" id="knxtx_val"></a>|`<value>` = send float value using slot <x\> set in KNX Menu at KNX_TX
KnxTx_Cmnd<x\><a class="cmnd" id="knxtx_cmnd"></a>|`0` or `1` = send 1 bit command using slot <x\> set in KNX Menu at KNX_TX
KnxTx_Double<x\><a class="cmnd" id="knxtx_double"></a>|`<value>` = send 32 bits float value (DPT 14) using slot <x\> set in KNX Menu at KNX_TX
KnxTx_Val<x\><a class="cmnd" id="knxtx_val"></a>|`<value>` = Alias for KnxTx_Double, send 32 float value (DPT 14) using slot <x\> set in KNX Menu at KNX_TX
KnxTx_Float<x\><a class="cmnd" id="knxtx_float"></a>|`<value>` = send 16 bits float value (DPT 9) using slot <x\> set in KNX Menu at KNX_TX
KnxTx_Byte<x\><a class="cmnd" id="knxtx_byte"></a>|`<value>` = send 8 bits unsigned integer value (DPT 5) using slot <x\> set in KNX Menu at KNX_TX
KnxTx_Scene<a class="cmnd" id="knxtx_scene"></a>|`<value>` = send scene number to the GA set in KNX Menu
Knx_Enabled<a class="cmnd" id="knx_enabled"></a>|Status of KNX Communications<BR>`0` = set to Disable<BR>`1` = set to Enable
Knx_Enhanced<a class="cmnd" id="knx_enhanced"></a>|Status of Enhanced mode for KNX Communications<BR>`0` = set to Disable<BR>`1` = set to Enable
Expand Down