OpenZWave / node-openzwave-shared

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

Type_ManufacturerSpecificDBRead in utils.cc #390

Closed jmgiaever closed 3 years ago

jmgiaever commented 3 years ago

Is Type_ManufacturerSpecificDBRead at line 630 in utils.cc supposed to be Type_ManufacturerSpecificDBReady (note the trailing y), ref Notification.h line 122?

Getting a build error

../src/utils.cc:630:21: error: ‘Type_ManufacturerSpecificDBRead’ is not a member of ‘OpenZWave::Notification’
  630 |  case Notification::Type_ManufacturerSpecificDBRead:
robertsLando commented 3 years ago

PR?