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"
}

Image 4976