Programming Tips
Multi-button Actions
Multiple buttons can be pressed at once, however buttons may not be pressed at exactly the same time. It is best to add a Delay of 100ms or so when programming before checking the state of other buttons.
Using Events in Programming
In the Programming tab, select the keypad device on the Events side. The available events (SWITCH_N_PRESS, SWITCH_N_LONG_START, SWITCH_N_LONG_END) will appear. These can trigger any action on the right side — setting light levels, recalling scenes, toggling relays, etc.
For simple button-to-light binding, use the Connections tab to connect the BUTTON_LINK binding directly to a light or group controller binding.
Comments
0 comments
Article is closed for comments.