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

ZDB5100, config param 1 is actually a bitset #2539

Closed LordMike closed 3 years ago

LordMike commented 3 years ago

The configs for the ZDB5100 (Logic soft) indicates param 1 is a dropdown-list of values to select. After consulting the manual, i see it's actually a bitset.

Value 1 indicates Button 1, value 2 Button 2, and 3 is then Buttons 1 & 2.

I don't know how to put this in the XML.. But here it is :)

LordMike commented 3 years ago

@nechry I think you copy-pasted once too many.

id="1" appears twice.

nechry commented 3 years ago

ho yes, I will fix