OpenZWave / node-openzwave-shared

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

1.6 Update - ValueID index param changed to uint16_t (node-openzwave-shared) #282

Closed Fishwaldo closed 5 years ago

Fishwaldo commented 5 years ago

Per the OZW 1.6 Release Notes, the index of all ValueID's has changed from a unt8_t to a uint_16_t

Need to ensure no changes are required

ekarak commented 5 years ago

implemented in feature/295-new-notification-types

ekarak commented 5 years ago

mr #305 merged, resolving