Files
gateway/components/knx_dali_gw/knxprod/DALI-GW.security.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

6 lines
357 B
XML

<?xml version='1.0' encoding='utf-8'?>
<KNX xmlns="http://knx.org/xml/project/23" xmlns:op="http://github.com/OpenKNX/OpenKNXproducer">
<op:config name="%DALI_IsSecureEnabled%" value="true" />
<op:config name="%DALI_MaxSecurityIndividualAddressEntries%" value="65535" />
<op:config name="%DALI_MaxSecurityGroupKeyTableEntries%" value="65535" />
</KNX>