Releases: FezVrasta/node-red-matter
Releases · FezVrasta/node-red-matter
v0.3.0
Let there be light, but dimmed at 30% please
Introducing the "No More Blind Eyes" feature in our latest release! Say goodbye to stumbling in the dark when nature calls at night. Now you can dim the lights and switch them on without giving your eyes a heart attack. Your midnight bathroom adventures just got a lot less dramatic, and a lot more illuminated!
BREAKING CHANGES
- The matter-device-status and matter-device-control nodes now use a more structured input/output payload.
For simple on/off devices: { on: Boolean | null }
, for dimmable ones: { on: Boolean | null, level: number | null }
v0.2.11
v0.2.10
v0.2.8
v0.2.7
v0.2.6
- Initial support for bridges, a new matter-bridge-node configuration is now available, when you create a matter-device-node you can decide if you want it to be a standalone device (with its own QR code) or an aggregated device (multiple devices all under the same bridge QR code) -- For now this doesn't allow to dynamically add new devices to a bridge but it's something I want to implement
v0.2.5
v0.2.4
- You can pair Matter bridge devices (such as Philips Hue bridge under the Matter beta firmware) to the matter-controller-node, the matter-controller-status-node will then listen to any state changes on any of the light bulbs exposed from the Hue bridge!
v0.2.3
- matter-controller and matter-controller-status nodes are here! You can now pair any Matter device to a controller node, and listen for its status changes using the matter-controller-status node. This effectively allows to integrate real Matter devices into Node-RED!