OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

BitSet support and fix scene event for ozw <1.6 #345

Closed robertsLando closed 4 years ago

robertsLando commented 4 years ago

@ekarak please accept the pr and make a new release

robertsLando commented 4 years ago

With this fix valueId of type BitSet will have a property bitSetIds popolated as follow

 "bitSetIds": {  
    "1" : {label: "Battery", help: "Send Battery Report"},
    "5": {label: "Ultraviolet", help: "Send Ultraviolet Report"},
  }

The keys are the valueId valid bitIndex (From 0 to 7) and the value is an object with bit index value and label