bOS RPC SetValue 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 alert to user):

{"objectName":"Building\General\Users\User","functionName":"SendAlert","value":["'Hello'"]}

POST data example for controlling multiple devices (Turning ON two lights):

{"parameters":[{"objectName":"Devices\KNX\Light 1","valueName":"Value","value": "true"}

{"objectName":"Devices\KNX\Light 2","valueName": "Value","value":"true"}]}