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 915 forks source link

Jasco/GE 26931,26932: Add ForceInstance=false flag #2457

Closed gongtao0607 closed 3 years ago

gongtao0607 commented 3 years ago

Add ForceInstance=false flag to fix issue when adding association 1.0. Without this flag, adding association '1.0' will become '1.1' silently.

gongtao0607 commented 3 years ago

Supposedly the same compatibility flags for 26932 (VerifyChanged and ForceInstance) are needed by 26933 as well, but I don't have a 26933 to test.