Files
gateway/components/knx_dali_gw/knxprod/DALI-GW.model.xml
T
Tony 1342ab6aaf Add KNX Secure configuration for DALI-GW
- Introduced DALI-GW.security.xml to define security settings including enabling security and maximum entries for individual addresses and group keys.
- Updated DALI-GW.xml to reference the new security configuration file.
- Enhanced README.md to document the purpose of DALI-GW.security.xml and clarify the organization of XML fragments in the project.

Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-06-01 18:18:38 +08:00

28 lines
2.0 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<KNX xmlns="http://knx.org/xml/project/23" xmlns:op="http://github.com/OpenKNX/OpenKNXproducer">
<ManufacturerData>
<Manufacturer RefId="M-00FA">
<ApplicationPrograms>
<ApplicationProgram Id="%AID%" ApplicationNumber="0" ApplicationVersion="0" ProgramType="ApplicationProgram" MaskVersion="MV-07B0" Name="OpenKNX DALI gateway" DefaultLanguage="en-US" LoadProcedureStyle="MergedProcedure" PeiType="0" DynamicTableManagement="false" Linkable="false" IsSecureEnabled="%DALI_IsSecureEnabled%" MaxSecurityIndividualAddressEntries="%DALI_MaxSecurityIndividualAddressEntries%" MaxSecurityGroupKeyTableEntries="%DALI_MaxSecurityGroupKeyTableEntries%" ReplacesVersions="0 1 2 3" MinEtsVersion="6.0">
<Static>
<op:include href="DALI-GW.common.xml" xpath="//ApplicationProgram/Static/*" />
</Static>
<ModuleDefs>
<op:include href="DALI-GW-address.xml" xpath="//ApplicationProgram/ModuleDefs/ModuleDef" />
<op:include href="DALI-GW-group.xml" xpath="//ApplicationProgram/ModuleDefs/ModuleDef" />
<op:include href="DALI-GW-scene.xml" xpath="//ApplicationProgram/ModuleDefs/ModuleDef" />
<op:include href="DALI-GW-hcl.xml" xpath="//ApplicationProgram/ModuleDefs/ModuleDef" />
<op:include href="DALI-GW.common.xml" xpath="//ApplicationProgram/ModuleDefs/ModuleDef" />
</ModuleDefs>
<Dynamic>
<op:include href="DALI-GW.common.xml" xpath="//ApplicationProgram/Dynamic/*" />
<op:include href="DALI-GW-scene.xml" xpath="//ApplicationProgram/Dynamic/*" />
<op:include href="DALI-GW-address.xml" xpath="//ApplicationProgram/Dynamic/*" />
<op:include href="DALI-GW-group.xml" xpath="//ApplicationProgram/Dynamic/*" />
<op:include href="DALI-GW-hcl.xml" xpath="//ApplicationProgram/Dynamic/*" />
</Dynamic>
</ApplicationProgram>
</ApplicationPrograms>
</Manufacturer>
</ManufacturerData>
</KNX>