Search found 2 matches

by robertj
Monday 14 November 2016 9:21
Forum: LUA
Topic: Lua, and push buttons
Replies: 7
Views: 4213

Re: Lua, and push buttons

Thanks Nautilus, Unfortunately, the user variable part was already working, the 'detect the click event' part not. After pushing button 1 to 'off', and pushing it 'on', I see the event in the 'devicechanged' table. If I then push it 'on' again, the button is not contained in 'devicechanged ...
by robertj
Sunday 13 November 2016 21:06
Forum: LUA
Topic: Lua, and push buttons
Replies: 7
Views: 4213

Lua, and push buttons

Hi all, in my setup, I have a number of push buttons trigger different scenes (e.g. full light, dimmed light, etc.). This works well when the push buttons are configured as activation devices for the scene, e.g. 1) Push button 1 selects full light 2) Push button 2 selects dimmed light 3) Push button ...