Calling a scene from a scene

Is this possible?

It is. Add this line to your scene Lua - where xxx is the number of the scene you want to run:

luup.call_action(“urn:micasaverde-com:serviceId:HomeAutomationGateway1”, “RunScene”, {SceneNum = “xxx”}, 0)

Cool. Thanks!