Skip to content

Releases: OpenZWave/node-openzwave-shared

Release 1.5.8

12 Oct 18:47
Compare
Choose a tag to compare
  • Merge pull request #335 from mlankamp/dev (62a5315)
  • Merge pull request #349 from cburghardt/master (60d475d)
  • Bump version (cc626a8)
  • getAssociationsInstances (8a7ac32)
  • Added new options in IConstructorParameters (7d36b08)

Release 1.5.7

02 Oct 09:27
Compare
Choose a tag to compare
  • [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

24 Apr 06:46
Compare
Choose a tag to compare
v1.2.0

bump up version, add contribitors to package.json

v1.1.7

07 Feb 18:58
Compare
Choose a tag to compare
Merge pull request #64 from OpenZWave/bugfix/issue-63-getZwaveValueID…

v1.1.6

04 Dec 10:22
Compare
Choose a tag to compare
  • 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

25 Nov 06:32
Compare
Choose a tag to compare
  • (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