1342ab6aaf
- 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>
21 lines
645 B
XML
21 lines
645 B
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 href="DALI-GW.security.xml" />
|
|
|
|
<op:ETS OpenKnxId="0xA4"
|
|
ApplicationNumber="1"
|
|
ApplicationVersion="0.8"
|
|
ReplacesVersions="0.3 0.2 0.1 0"
|
|
ApplicationRevision="0"
|
|
ProductName="DALI gateway"
|
|
SerialNumber="0xA401"
|
|
OrderNumber="REG1-Dali"
|
|
ApplicationName="OpenKNX DALI gateway"
|
|
IsRailMounted="true"
|
|
BusCurrent="10"
|
|
MaskVersion="MV-07B0" />
|
|
|
|
<generate base="DALI-GW.base.xml" />
|
|
|
|
</KNX> |