Loading...

Knowledge Base

Find answers, guides, and best practices for ComfortClick bOS.

Open in Confluence

bOS RPC GetValue commands

bOS RPC commands:

To call an RPC Service an HTTP POST call must be performed with data content-type = "application/json";

POST data example (Receive data from another controller):


https://RPC_username:RPC_password@server_ip_address/API/RPC/GetValue

POST data example (Get light status): 

{
"objectName": "Devices\\KNX\\Light 1",
"valueName": "Value"
}

5d5368b6-1941-4532-b9ea-f42de60128f7.jpg

Top