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 zen23v3.xml parameter 19 to 12 #2574

Closed FuzzyMistborn closed 3 years ago

FuzzyMistborn commented 3 years ago

Zooz documentation indicates that Parameter 12 is the one responsible for controlling the 3-way switch type: https://www.support.getzooz.com/kb/article/317-zen23-on-off-toggle-switch-ver-4-01-advanced-settings/

Parameter 19 is for the Zen24, which is where I think the error came from.

cybergrimes commented 3 years ago

I submitted the ZEN23 and ZEN24 at the same time, probably too much copy/paste. Sorry if it caused you issues.

FuzzyMistborn commented 3 years ago

No worries! I wish they'd kept the parameters consistent. Only took me a little bit to figure the issue out.

nechry commented 3 years ago

@FuzzyMistborn can you add the missing Change Log Entry with a a incremented revision number

FuzzyMistborn commented 3 years ago

Think I did that right, apologies first PR here.

nechry commented 3 years ago

great thank @FuzzyMistborn