"State" not triggered on RPC request
I have a working IFTTT connection with the RPC link, based on the tutorial.
It works just fine for "Value" ValueNames, but whenever I want to control scenes, nothing happens...
My scene looks like:


And my JSON body looks like:
{"objectName":"Tasks\\Verlichting\\Avondeten","valueName":"State","value":"true"}Other calls like below work just fine...
{"objectName":"Devices\\KNX\\2.status\\status verlichting on/off\\status L004 on/off","valueName":"Value","value":"true"}What am I missing here?
Thanks!
Hi,
To control scenes, like running a scene for example with the RPC service, you should use the Run function.
Example:
{"objectName":"Tasks\\Cenarios\\Cenario - Dormir","functionName":"Run"}
Best regards