Change the scene return parameter with RunScene

Hello,

I’m tryin to setup a Karotz <–> Vera communication. Therefore, I would like to change the return code for “RunScene”.
Currently, I’m getting the followign answer:
{“u:RunSceneResponse”: {“OK” : “OK”}}

I would like to add information in the return code. This would allow my Kartoz to make a query to trigger a scene on the vera and get a message in the return parameters. For example, it could be a message to play using the Text to Speech engine saying “The action XXX was successfully performed on the vera in XXX seconds”.

Anyone has an idea?
(I know that the Karotz could call another URL to get the message, like a variable but I would prefer to get the answer in the return).

Thanks in advance and regards,

Hello somm15,

The responses are hardcoded, so I’m pretty sure you cannot change them.

Arg,

That’s …annoying.
So I think I’ll have to write a plugin acting as a “poxy” between the Karotz and the Scenes or the Karotz will have to do a request to run the scene and a second one to get the “response”.

That’s not very clean but if it’s the only way…