You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added type definitions, so that IDEs like WebStorm would provide code completion features on "openzwave-shared" module. [`c705ba3`](https://github.com/OpenZWave/node-openzwave-shared/commit/c705ba3a46a68fa48dd3adc6442d2e7a05064eb9)
- use swap() with a temporary queue to avoid deadlocks with the main notifications queue [`1a1c033`](https://github.com/OpenZWave/node-openzwave-shared/commit/1a1c0331f7d8069ad67f6ce68cac77c3e5cd6662)
244
+
- consume notifications queue in one go, then unlock to let handlers invoke more notifications [`d3c8451`](https://github.com/OpenZWave/node-openzwave-shared/commit/d3c8451f3bd453d85595d97965e5ab7a8f92fd2a)
- Remove warnings about spelling of header filename [`eea3c26`](https://github.com/OpenZWave/node-openzwave-shared/commit/eea3c26e3b784a6c179d43f7629155ae1916d30d)
235
248
- issue #205: clarify on eventIds [`bd39193`](https://github.com/OpenZWave/node-openzwave-shared/commit/bd391932dc26bce483139311237fa8c5a4c226e8)
- Fix in EnablePoll method, it instead of getting a value from index 1, used "1" as an actual value of intensity. [`cdeaf5d`](https://github.com/OpenZWave/node-openzwave-shared/commit/cdeaf5d15310bb7722e0ef62922dba5fe96958ad)
238
-
- Removed mentinoning of non-existant openzwave-controller.cc [`ae2d235`](https://github.com/OpenZWave/node-openzwave-shared/commit/ae2d235e22c3307a34f3fd181aaf9e58f1212bd7)
239
251
- Removed mentioning of openzwave-controller.cc in comments in openzwave.hpp, it looks like all the methods are in openzwave-driver.cc now. [`f49ae5b`](https://github.com/OpenZWave/node-openzwave-shared/commit/f49ae5b31ac5d49318c8b6d5da65a12325ff1c32)
252
+
- Removed mentinoning of non-existant openzwave-controller.cc [`ae2d235`](https://github.com/OpenZWave/node-openzwave-shared/commit/ae2d235e22c3307a34f3fd181aaf9e58f1212bd7)
240
253
- add Matt to contributors [`0df5ef6`](https://github.com/OpenZWave/node-openzwave-shared/commit/0df5ef62c6ec80bbe444a449e628d9c4ba478677)
- Fixing a common coexistence issue. Look for the newest referece first. [`10111c6`](https://github.com/OpenZWave/node-openzwave-shared/commit/10111c600e182e69685525479efb60d8b04f5cbb)
0 commit comments