Parameter Configuration COAP commands - AK-Khalis/mht-inx-wiki GitHub Wiki
All following COAP commands are in the following format. All words in [] are placeholders. All commands are PUT commands
"resource" "context" "query" "cdata"
COAP command has to be sent to both channels for Regular nodes if command is sent to actuator
Global Placeholder Values
- channel - can be 1 or 2 for Regular nodes and between 1-8 for Super Nodes
Constant Current
"inx/actuators/actuator[channel]" "cccv" "" "[sel]"
Possible values for sel are
- 0: CC
- 255: disabled
Constant Voltage
"inx/actuators/actuator[channel]" "cccv" "" "[sel]"
Possible values for sel are
- 1: 12V CV
- 2: 24V CV
- 3: 36V CV
- 4: 48V CV
- 255: disabled
Application - Regular
Application - AT
"inx/network" "autotune" "" "[sel]"
Possible values for sel are
- 100 - enable
- 101 - disable
Application - Maxwatt
"inx,actuators,actuator[channel]" "maxw" "" "[maxwatt]"
Application - Desk
"inx/actuators/actuator[channel]" "cccv" "" "[sel]"
Possible values for sel
- 5 - Table
- 6 - USBC
Application - Node Extender
"inx/actuators/actuator[channel]" "cccv" "" "[sel]"
Possible values for sel
- 7 - if CC
- 14 - if CV
Application - VAV
"inx/actuators/actuator[channel]" "cccv" "" "11"
Application - Emergency
"inx,sensors,sensor1" "dlight" "" "[sel]"
Possible values for sel are
- 12 (Enable)
- 13 (Disable)
Feature - Fade
Send to selected channels
"inx/actuators/actuator[channel]" "fadetime" "" "[fadetime]"
Feature - Channel Detection
"inx/actuators/actuator[channel]" "lightonen" "" "[sel]"
Possible values for sel are enable : "true,rel,10,2" disable : "false"
Motion - policy
"inx/actuators" "motdsbl" "" "[sel]"
Possible values for sel are
- 3 - Disable motion
- 33 - Enable motion
Motion - Follow me
"inx/network" "cmd" "" "set_ws [sel]"
Possible values for sel are
- 0 - disable
- 1 - Enable
- 2 - Enable reverse wiring
Color control
"inx/network" "cmd" "" "clear_color_group [channel] [sel]"
Possible values for sel are
- AT
- RGBW
Input Selection
"inx/sensors/input[channel]" "sentype" "" "[sel]"
Possible values for sel are
- INPUT_LH
- INPUT_HL
- INPUT_LH_OR_HL