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

Add config for GE/Jasco 14322 In-Wall Smart Toggle Dimmer #2476

Closed brandon099 closed 3 years ago

brandon099 commented 3 years ago

This is adding support for the 14322 In-Wall Smart toggle dimmer. It is very similar to the already supported 14295, so if this is not the proper way to add support for this switch under these circumstances, let me know. Thanks!

hawk259 commented 3 years ago

I don't know if my PR will be approved, but it could tweak your PR as well if it is:

https://github.com/OpenZWave/open-zwave/pull/2473

This adds a COMMAND_CLASS_BASIC block to GE/Jasco switches that support double tap and makes Basic Set, usually treated as a Node Event, to be converted to a Value type. Also defaults double tap association auto=true.

brandon099 commented 3 years ago

@hawk259 Thanks, I've subscribed to that PR as well so if that gets merged in first, I'll update this one.