Contains information about the methods in the KNX HDM JSON-RPC API
This API is exported by: KNX DA HDM JSON-RPC Bundle
Methods
Method |
Return Value |
Parameters |
Parameter Description |
|---|---|---|---|
KNXConfig/importProject |
OK on success, error string on failure |
|
|
KNXConfig/getStep |
Returns the current step of the KNX Config Wizzard. Number. |
- |
- |
KNXConfig/prevStep |
Go back one step in the KNX Config Wizzard. Returns the new step number. |
- |
- |
KNXConfig/nextStep |
Go ahead one step in the KNX Config Wizzard. Returns the new step number. |
- |
- |
KNXConfig/getStatus |
OK on success, error/warning string |
|
|
KNXConfig/updateDataPointType |
OK on success, error/warning string |
|
|
KNXConfig/listDevices |
KNXDevice[]. List of KNX devices. |
- |
- |
KNXConfig/updateDevice |
OK on success, error string on failure |
|
|
KNXConfig/skipDeviceHDM |
OK on success, error string on failure |
|
|
KNXConfig/addChildDevice |
Parent device (KNXDevice) with the new child added to its children. |
|
|
KNXConfig/removeChildDevice |
Parent device (KNXDevice) with the child removed from its childen. |
|
|
KNXConfig/getAvailableDeviceClasses |
A list of device class types that can be added to the given device. |
|
|
KNXConfig/addDeviceClass |
KNXDevice with the device class added. |
|
|
KNXConfig/removeDeviceClass |
KNXDevice with the device class removed. |
|
|
KNXConfig/setDeviceClassConfig |
KNXDevice with the device class updated. |
|
|