Files
gateway/components/gateway_knx/oam_knxprod/Gateway-OAM-IP-Router.xml
T
Tony 4c9f26a638 Add InfoLed configuration XML for KNX application
- Introduced a new XML file `InfoLed.part.xml` to define the Info LED configuration for the KNX application.
- The file includes manufacturer data, application programs, and dynamic parameter blocks for configuring Info LEDs.
- Logic for showing/hiding default checkboxes and function tables based on user selections is implemented.
- Parameter blocks are structured to allow customization of Info LEDs with appropriate UI hints and layout.

Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-05-28 17:20:10 +08:00

46 lines
2.0 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="%IsSecureEnabled%" value="true" />
<op:config name="%NET_IPConfigTool%" value="1" />
<op:config name="%Tunnelcount%" value="16" />
<op:config name="%NET_ServiceNTP%" value="1" />
<op:config name="%SecurityProxyGroupKeyTableEntries%" value="3000" />
<op:config name="%BASE_Info1LedLabel%" value=" (N/A)" />
<op:config name="%BASE_Info2LedLabel%" value=" (IP)" />
<op:config name="%BASE_Info3LedLabel%" value=" (KNX)" />
<op:config name="%BASE_Info1LedFunc%" value="0" />
<op:config name="%BASE_Info2LedFunc%" value="10" />
<op:config name="%BASE_Info3LedFunc%" value="3" />
<op:config name="%BASE_Info1LedFunc_Access%" value="ReadWrite" />
<op:config name="%BASE_Info2LedFunc_Access%" value="ReadWrite" />
<op:config name="%BASE_Info3LedFunc_Access%" value="ReadWrite" />
<op:nowarn id="1" regex="%BASE_" />
<op:nowarn id="3" regex="BASE_getUnsupportedEtsModules" />
<op:ETS OpenKnxId="0xA1"
ApplicationNumber="31"
ApplicationVersion="0.7"
ReplacesVersions="0.6 0.4 0.3 0.2 0.1"
ApplicationRevision="0"
ProductName="Gateway OAM IP Router"
SerialNumber="1"
OrderNumber="GatewayOAMIPRouter"
ApplicationName="Gateway OAM IP Router"
IsRailMounted="true"
BusCurrent="30"
MaskVersion="MV-091A" />
<op:define prefix="BASE" ModuleType="10">
<op:verify File="deps/OGM-Common/library.json" ModuleVersion="1.7" />
</op:define>
<op:define prefix="NET" ModuleType="11" share="deps/OFM-Network/src/Network.share.xml">
<op:verify File="deps/OFM-Network/library.json" ModuleVersion="0.5" />
</op:define>
<op:define prefix="ROUTE" NumChannels="%Tunnelcount%" ModuleType="99" share="Gateway-OAM-IP-Router.share.xml" template="Gateway-OAM-IP-Router.templ.xml" />
<generate base="Gateway-SecureTemplateRouter.xml" />
</KNX>