jvmahon / Homebridge-HomeSeer4

Homebridge Plugin for HomeSeer 3 and 4
28 stars 8 forks source link

Update DeviceDefaults.js #156

Closed dibble9012 closed 2 years ago

dibble9012 commented 2 years ago

Add "23" to off value for contact sensors. A lot of Z-Wave contact sensors use 22 for open, and 23 for closed. This change would allow those contact sensors to be setup under the simple config file format, vs having to do a complex config file format for them.

jvmahon commented 2 years ago

Makes sense and checks out from the Z-wave standard (SDS13713). I'll merge.

jvmahon commented 2 years ago

Done.