c60ef2ccde
- Added support for RGBW and RGBCW color modes in the DALI Gateway. - Updated JSON color mode parsing to handle new color types. - Extended the StoreDt8SceneSnapshot function to include white, amber, and free color parameters. - Introduced new methods in DaliGatewayBridge for setting RGBW, RGBCW, and RGBWAF colors. - Modified KnxDaliChannel to send RGBW and RGBCW colors based on the color type. - Updated parameter types and definitions in the KNX product XML files to accommodate new color modes. - Enhanced README with migration details and validation instructions. Signed-off-by: Tony <tonylu@tony-cloud.com>
22 lines
810 B
XML
22 lines
810 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<KNX xmlns="http://knx.org/xml/project/20" xmlns:op="http://github.com/OpenKNX/OpenKNXproducer">
|
|
<ManufacturerData>
|
|
<Manufacturer RefId="M-00FA">
|
|
<ApplicationPrograms>
|
|
<ApplicationProgram>
|
|
<Static>
|
|
<ParameterTypes>
|
|
<ParameterType Id="%AID%_PT-Bool" Name="Bool">
|
|
<TypeRestriction Base="Value" SizeInBit="1">
|
|
<Enumeration Id="%AID%_PT-Bool_EN-0" Text="Disabled" Value="0" />
|
|
<Enumeration Id="%AID%_PT-Bool_EN-1" Text="Enabled" Value="1" />
|
|
</TypeRestriction>
|
|
</ParameterType>
|
|
</ParameterTypes>
|
|
</Static>
|
|
</ApplicationProgram>
|
|
</ApplicationPrograms>
|
|
</Manufacturer>
|
|
</ManufacturerData>
|
|
</KNX>
|