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>
28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<KNX xmlns="http://knx.org/xml/project/20" xmlns:op="http://github.com/OpenKNX/OpenKNXproducer">
|
|
|
|
<op:config name="%DALI_AddressChannels%" value="64" />
|
|
<op:config name="%DALI_GroupChannels%" value="16" />
|
|
<op:config name="%DALI_HclCurves%" value="3" />
|
|
<op:config name="%DALI_ColorTypeBits%" value="3" />
|
|
|
|
<op:ETS OpenKnxId="0xA4"
|
|
ApplicationNumber="1"
|
|
ApplicationVersion="0.9"
|
|
ReplacesVersions="0.8 0.5"
|
|
ApplicationRevision="0"
|
|
ProductName="DALI Gateway"
|
|
SerialNumber="0xA401"
|
|
OrderNumber="REG1-Dali"
|
|
ApplicationName="DALI Gateway"
|
|
IsRailMounted="true"
|
|
BusCurrent="10"
|
|
MaskVersion="MV-07B0" />
|
|
|
|
<op:define prefix="DALI" NumChannels="%DALI_AddressChannels%" ModuleType="60" KoOffset="1" KoBlockSize="16" share="DALI-GW.share.xml" template="DALI-GW-address.templ.xml" />
|
|
<op:define prefix="DGRP" NumChannels="%DALI_GroupChannels%" ModuleType="61" KoOffset="1025" KoBlockSize="16" share="DALI-GW-group.share.xml" template="DALI-GW-group.templ.xml" />
|
|
<op:define prefix="HCL" NumChannels="%DALI_HclCurves%" ModuleType="62" share="DALI-GW-hcl.share.xml" template="DALI-GW-hcl.templ.xml" />
|
|
|
|
<generate base="DALI-GW.base.xml" />
|
|
|
|
</KNX> |