Skip to content

Release v9.0.0

Compare
Choose a tag to compare
@marcus-j-davies marcus-j-davies released this 15 Oct 07:45
· 7 commits to main since this release
8c03d5d

Breaking Changes

  • The min node version is now 18
  • If you execute certain methods your self, the following have been renamed
    • beginHealingNetwork -> beginRebuildingRoutes
    • stopHealingNetwork -> stopRebuildingRoutes
    • healNode -> rebuildNodeRoutes

New Features

  • Added getValueTimestamp to the Value API - args will be the single Value ID
    The event will be VALUE_TIMESTAMP

Changes

  • Bump ZWave JS to v12
  • The lastSeen property will now use the Drivers internal value, which is persistant between reboots

Deprecations

  • The old message format has now been deprecated, and support will be removed in V10.
    PLEASE SEE MIGRATION GUIDE
  • Support for responseThroughEvent will be removed in V10 (all methods will return in v10)
  • Support for forceUpdate will be removed in V10 (you will be requied to manage this your self if using the CC API)
  • Support for getLastEvents will be removed in V10.
    (the introdcution of the persistant lastSeen value and getValueTimestamp has made this somewhat bloatware)