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>
37 lines
1.6 KiB
XML
37 lines
1.6 KiB
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>
|
|
<Parameters>
|
|
<Parameter Id="%AID%_P-%TT%%CC%001" Name="curveEnabled%C%" ParameterType="%AID%_PT-Bool" Text="HCL curve %C% enabled" Value="0">
|
|
<Property ObjectType="162" PropertyId="201" Offset="%C-1%" BitOffset="0" />
|
|
</Parameter>
|
|
</Parameters>
|
|
<ParameterRefs>
|
|
<ParameterRef Id="%AID%_P-%TT%%CC%001_R-%TT%%CC%00101" RefId="%AID%_P-%TT%%CC%001" />
|
|
</ParameterRefs>
|
|
</Static>
|
|
<Dynamic>
|
|
<ChannelIndependentBlock>
|
|
<ParameterBlock Id="%AID%_PB-HCL%CC%" Text="HCL curve %C%" Inline="true" Layout="Grid">
|
|
<Rows>
|
|
<Row Id="%AID%_PB-HCL%CC%_R-1" />
|
|
</Rows>
|
|
<Columns>
|
|
<Column Id="%AID%_PB-HCL%CC%_C-1" Width="30%" />
|
|
<Column Id="%AID%_PB-HCL%CC%_C-2" Width="70%" />
|
|
</Columns>
|
|
<ParameterSeparator Id="%AID%_PS-HCL%CC%" Text="HCL curve %C%" Cell="1,1" />
|
|
<ParameterRefRef RefId="%AID%_P-%TT%%CC%001_R-%TT%%CC%00101" Cell="1,2" />
|
|
</ParameterBlock>
|
|
</ChannelIndependentBlock>
|
|
</Dynamic>
|
|
</ApplicationProgram>
|
|
</ApplicationPrograms>
|
|
</Manufacturer>
|
|
</ManufacturerData>
|
|
</KNX>
|