Syntax of a function RPC call
Hello,
I want to use RPC to trigger a function.
I've seen a POST data example that you suggested on a document :
{"objectName":"Building\General\Users\User","functionName":"SendAlert","value":["'Hello'"]}
I want to run a RunFromClient() of a program : so, there are no parameter / value to send in the function.
I've tried {"objectName":"Tasks\\beds24\\THStartHeating","functionName":"RunFromClient()","value":"true"} but it's not working. Could you confirm the syntax when there are no value to send within the function ?
Thank you very much,
François
Hello Francois, my coffee friend in Porto! I'm fine thanks, and you?
Not everything is documented on the RPC, but it's a matter of searching and testing.
The options are not that much, so by association I usually get there.
Best regards