Loading...

Knowledge Base

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

Open in Confluence

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

3ed6b167-60b3-491e-a368-6de25e6e8e80.jpg


Top