4fa1b3cb06
- Updated DALI-GW.xml to correct application version and product naming conventions. - Removed unnecessary configuration parameters from XML. - Revised README.md for improved clarity on the source and migration process. - Adjusted application version in README to reflect changes in DALI-GW.xml. - Enhanced instructions for generating product database artifacts. Signed-off-by: Tony <tonylu@tony-cloud.com>
19 lines
600 B
XML
19 lines
600 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: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> |