20.10.2015, 11:45
How to use scenes with the dali interface?
Is there a kind of "software scene" object?
Is there a kind of "software scene" object?
Dali interface scenes
|
20.10.2015, 11:45
How to use scenes with the dali interface?
Is there a kind of "software scene" object?
21.10.2015, 13:26
You can create simple scenes by making a script that writes the required values one by one.
11.11.2015, 15:34
12.11.2015, 07:31
Short example which can be used for any kind of scenes, not only for DALI.
First, you have to define each scene via a Lua table where each item is a table with two items: group address and value. Each scene has a unique id which can be a number or a string. callscene(id) sets all objects in given scene to their specified value. First it looks for a saved scene in storage and uses default values if storage is empty. savescene(id) gets current values of all objects from given scene and saves the whole scene in storage. Code: scenes = {}
12.11.2015, 09:17
many thanks
|
« Next Oldest | Next Newest »
|