Think of the four small buttons on this switch as program triggers, not on/off switches. Depending on how many devices you want to control, you can initiate an ON command on one button and an OFF command on a second button. In order to control more devices, I have assigned variables related to button presses (nodes called Central Scene Control Button). My programs increment or decrement the button variable with each push of the button. For example, this allows execution of an ON command if the variable is 0 and an OFF command if the variable is 1. Thus, on and off from the same button.
Some of my programs involve the setting of configuration parameters to control button color, etc. Consistent execution of these has been challenging due, I believe, to eisy's ability to process the command sequences reliably.