bOS RPC CallFunction 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 (Send data to another controller):
https://RPC_username:RPC_password@server_ip_address/API/RPC/CallFunction
POST data example (Run a program):
{ "objectName": "Devices\\KNX\\Program", "functionName": "RunFromClient" }
POST data example (Start presence simulator):
{ "objectName": "Devices\\KNX\\Presence Simulator", "functionName": "StartSimulation" }
Customer support service by UserEcho