v0.2.5
This release adds support for Cync dimmer switches that report as device type 48.
What changed
- Device type
48is now routed through the light accessory path - Supported dimmer switches now appear in HomeKit with brightness control instead of as simple on/off switches
- Added catalog metadata for device type
48for cleaner model identification
Why this matters
Previously, these devices were being treated as basic switches, which meant they could be turned on and off but not dimmed from HomeKit. With this update, they are exposed as light accessories and can use the existing brightness handling already implemented in the plugin.
Notes
- If a dimmer switch was already cached as a switch, it may need to be removed and re-added so HomeKit can recreate it with the correct service and characteristics
Fixes #11