Releases: zwave-js/node-red-contrib-zwave-js
Releases · zwave-js/node-red-contrib-zwave-js
Release v9.1.2
Bug Fixes
- Fix Handling USB reset options correctly
Release v9.1.1
Bug Fixes
- Fix NVM Backup
Release v9.1.0
Changes
- Bump ZWave JS from v12 to V14 + other dependencies
New Features
- Added ability to set the base config directory.
Note: Installing configuration updates, now requires this to be utilised.
This not considered a breaking change, as it does not affect use.
Release v9.0.4
Maintenance Release
- Update dependencies
Release v9.0.3
Maintenance Release
- Update dependencies
- Update Node/UI status with regards to Route Rebuilding
Release v9.0.2
Bug Fixes
- Fix
CMD Factory
crashing Node RED, when required values are missing.
Release v9.0.1
Bug Fixes
-
Correctly attach to the network healing events.
V12 of the Driver renamed these events (to accurately describe what they actually do)
Seems I didn't update the event handlers
(please note:healingroute rebuilding was still occurring, just the events were not being triggered)
Therefore Node RED was not aware of it's progress -
Check for
NodeId
in notification events for device nodes (I missed 1)
This would have only affected notifications forendpoints
> 0
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)
Release v8.2.1
Changes
- Bump ZWave JS
Bug Fixes
- Address Node RED 3.1 evaluateJSONataExpression Warning
Release v8.2.0
Changes
- Update dependencies.