Releases: OpenZWave/node-openzwave-shared
Releases · OpenZWave/node-openzwave-shared
Release 1.5.8
Release 1.5.7
- [fix] Replaced ifdef with if for preprocessor (c46722f)
- [chore] Release/changelog script (7468e06)
- Merge pull request #345 from OpenZWave/feature/BitSet (88dbccf)
- [fix] Bitset values parsing (b767231)
- [fix] Make scene management back working for ozw < 1.6 (86c61e0)
- Merge with master (066a25c)
- [fix] Position index (f25d453)
- Merge pull request #334 from mlankamp/dev (0c891bf)
- Added new command param (75fcc17)
- Updated to typingfile, added missing methods (added in version 1.6) (e18c19f)
- Merge pull request #333 from petergebruers/fix-build (2974300)
- Use OZWManagerAssign to obtain ValueLabel and ValueHelp (04e61e2)
- [fix] Declaration error (92fdf36)
- [fix] Typo (5a31f31)
- [fix] Compilation errors (0183340)
- [feat] Bitset fetch value id labels (4fc4664)
- Merge pull request #330 from mlankamp/dev (bc16235)
- added missing nodeId to getNumGroups , added instance to value removed (736f636)
- Added the updateOptions method to the typings (b1d1126)
Version 1.2.0
v1.2.0 bump up version, add contribitors to package.json
v1.1.7
v1.1.6
- added basic type checks for setValue(): will now throw a proper error if invalid ValueID is passed as arg
- added thermostat schedule calls:
zwave.getNumSwitchPoints() // => return nr of thermostat switchpoints
zwave.getSwitchPoint(idx) // => return switchpoint object by index ({hours: xx, minutes: yy, setback: zz})
zwave.clearSwitchPoints() // => clear all switchpoints
zwave.setSwitchPoint(valueObj, swithPointObj), // => set switchpoint
zwave.removeSwitchPoint(valueObj, swithPointObj) // => remove switchpoint
Version 1.1.5
- (re)added support for MacOSX 10.9+
- ZWave buttons
- better messages for management calls (such as BeginControllerCommand), as callbacks now get a full message string