OpenZWave / node-openzwave-shared

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

High Power #212

Closed japita-se closed 6 years ago

japita-se commented 6 years ago

Is it possible to set he high power parameter of this OZW function? http://openzwave.com/dev/classOpenZWave_1_1Manager.html#aa11faf40f19f0cda202d2353a60dbf7b

ekarak commented 6 years ago

this argument is only used in the legacy mode to issue controller commands (BeginControllerCommand), and is not supported in newer versions of the OpenZWave API. You can try building node-openzwave-shared against an old OpenZWave version so that you get that exposed to Javascript.