Hi, here is a driver for the "Aeon WallMote" found here. The Z-Wave alliance listing is here or here depending on your model. Before you tell me there is no reason for this to exist because... "There is an OOB driver. Why don't you just use it?" Well, I guess this adds swipe up and down functionality and I wanted it?
Let me know how it goes.
https://github.com/codahq/hubitat_codahq/blob/master/devicestypes/aeon-wallmote.groovy
I may implement buttons differently in the future but for now this is how they work. If you have a dual then you have 2 buttons that support pushed, held and released. If you have a quad then you have 4 that support pushed, held and released. If you turn on slide functionality in preferences then two additional buttons are added. It acts like this.
Button Mappings:
ACTION BUTTON# BUTTON ACTION
Slide Up P + 1 pushed
Slide Down P + 2 pushed
P is the number of physical buttons you have. For example, if you have the dual button model with slide functionality enabled you will have 4 buttons. If you slide up button 3 will be pushed. If you slide down button 4 will be pushed. If you have the Quad model when you slide up button 5 will be pushed. If you slide down button 6 will be pushed. This is a change of how the SmartThings device handler worked so take note.