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

Fix errors in 1.10 firmware #2600

Closed markruys closed 3 years ago

markruys commented 3 years ago

Firmware 1.10 (10/24/2017) changed the size of configuration parameters 0x29, 0x31 and 0x32 from 3 to 4 bytes. As you can update the firmware of this device over the air, it makes sense to update the config xml to reflect these changes.

nechry commented 3 years ago

thank @markruys