Hi,
I saw this thread (http://forum.micasaverde.com/index.php/topic,2013.msg98770.html#msg98770) which was exactly what I was looking for. RTS already said “no can’t do” but since it was 2 years ago, I would like to revisit this topic:
-
I understand I can execute a scene via URL, like this - http://Vera_IP_adress:port/data_request?id=lu_action&output_format=xml&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=
-
I want to pass in a Query String parameter and have it pass into the scene. For example - http://Vera_IP_adress:port/data_request?id=lu_action&output_format=xml&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=&input=123
-
And then the Query String [“input”] can then be used in a scene. For example, whatever the integer value I pass in (123) will be used as the interval value for the Countdown timer, so sometimes I can set the timer to count down 60 seconds, sometimes 300 seconds.
As of now, is there a generic way that I can do this? Thank you.