OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

Supervision CC support for SwitchMultiLevel #2618

Closed nebuohyrrah closed 2 years ago

nebuohyrrah commented 2 years ago

Following up on pull request #2584. Made additions to support the supervision CC for the switch multilevel CC.

This one is especially useful for dimmers and window blinds (if the node supports it). The supervision CC is more reliable than the standard set/get method, which is often faster than the transition and things get messed up.