Release v9.0.0
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 theValue API
- args will be the single Value ID
The event will beVALUE_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 persistantlastSeen
value andgetValueTimestamp
has made this somewhat bloatware)