v0.3.0
Pre-release
Pre-release
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 }