What's Changed
This release expands RGBIC show support using capability information identified during APK analysis of the Cync Android application.
Previous releases enabled Light Shows and Music Shows on a small set of known-compatible device types. The APK revealed that Cync determines show compatibility using device capabilities rather than a short list of device type IDs. Using that information, the plugin now exposes show accessories on a much broader range of supported RGBIC products while avoiding unsupported combinations.
Added
- Expanded Light Show support to 73 compatible device types identified through Cync APK analysis.
- Expanded Music Show support to the 16 device types that the Cync APK reports as Music Show capable.
- Improved compatibility coverage for RGBIC products that previously did not expose available show functionality in HomeKit.
Fixed
- Separated Light Show and Music Show capability checks to match Cync's internal compatibility rules.
- Prevented devices that support Light Shows but not Music Shows from exposing unsupported Music Show accessories.
- Prevented unsupported Segment scene accessories from being created on devices that do not support segmented RGBIC layouts.
- Fixed accessory exposure for devices such as 6-inch recessed fixtures that were previously receiving unsupported show accessories.
Technical Notes
This release is based on capability mappings discovered during reverse engineering of the Cync Android APK. The plugin now follows the same capability-driven approach used by the official Cync app rather than relying primarily on manually identified device type IDs.