All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
The controller now supports a configurable storage location, see the README for details of how this can be changed, My default the package will continue to use the default of $HOME/.matter. Changing this on a configured system without manually copying the files to the new location will result in errors. If you are running Node-RED in a container like Docker then you will likely want to update this to a persistant file storage location.
The typedInput fields in Device Management and Write attribute now use a callback (wrapped in a promise) for compatibility with NodeRed 4.0
Added a new typedInput of null to the write attribute widget params field, this will allow you to set an attribute back to null after its been initially set.
Fixes to the device manager nodes to better deal with typed inputs
Fixes to the write attribute node to handle typed inputs on the params field Fixed a type in the attribute param info
Issue with the path for loading the editor resources
First release
No support for BLE yet only on-network commisioning Device labels/renaming may be sporadic Changing events within a node may result in old events being emitted unless a full node-red depoloy is done.