OpenZWave / node-openzwave-shared

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

use plain grep #318

Closed ekarak closed 5 years ago

sjorge commented 5 years ago

I ran into some issues with 1.4 version build from openzwave master sometimes already have the ValueBitSet.h file. #319

I found out you can query the actual version using pkg-config too. pkg-config --modversion libopenzwave

Using that to detect the OPENZWAVE_16 variable can get rid of another find/wc/grep combo.