I have a few scenes in which I change variables that require a reload/restart to take affect. What is the LUUP code to do so?
UI5 or UI7?
For UI7 it is luup.reload, as documented here [url=http://wiki.micasaverde.com/index.php/Luup_Lua_extensions#function:_reload]http://wiki.micasaverde.com/index.php/Luup_Lua_extensions#function:_reload[/url].
luup.call_action("urn:micasaverde-com:serviceId:HomeAutomationGateway1", "Reload", {}, 0)
Yup, that’ll do it too (on UI5 or UI7) - thanks for pointing this out.
Thanks to both of you!