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

Create zen34.xml #2470

Closed hoopsta1423 closed 3 years ago

hoopsta1423 commented 3 years ago

add zen34 config file

cybergrimes commented 3 years ago

I just came by to submit this myself, is there an updated manufacturer_specific.xml too?

hoopsta1423 commented 3 years ago

I just came by to submit this myself, is there an updated manufacturer_specific.xml too?

Embarrassingly no...this is my first PR so I couldn't figure out how to get them both in one...

cybergrimes commented 3 years ago

Try forking the OZW project, changing/creating all files in the fork then do a pull request of the whole fork. It should capture all the different files into one commit. I don't know if there's another way but that method has worked for me.