Creating a scene programmatically

I’d like to programmatically create a scene (using Lua or Http Luup requests) that calls some lua code (in my case [tt]os.execute(…) [/tt] )

As per the wiki, ([url=http://wiki.micasaverde.com/index.php/Luup_Requests#scene]http://wiki.micasaverde.com/index.php/Luup_Requests#scene[/url]), a scene can be created by recording different actions and it works (vera2 1.1.1245).

Is there a way to have the scene call some Lua code instead (Preferably not by using [tt]ModifyUserData[/tt])

Thanks.

Nope, [tt]ModifyUserData[/tt] is the only way.

Thanks florin,

I was afraid this was the only way to do it. I kind of hoped for an easier solution. :slight_smile: