-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathIP-Router.xml
More file actions
38 lines (32 loc) · 1.6 KB
/
IP-Router.xml
File metadata and controls
38 lines (32 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8" ?>
<?xml-model href="../../Organization/knxprod-support/knx_project_20/knx-editor.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
<KNX xmlns="http://knx.org/xml/project/20" xmlns:op="http://github.com/OpenKNX/OpenKNXproducer">
<op:config name="%NET_IPConfigTool%" value="1" />
<op:config name="%Tunnelcount%" value="16" />
<op:config name="%NET_ServiceNTP%" value="1" />
<op:nowarn id="1" regex="%BASE_" />
<op:nowarn id="3" regex="BASE_getUnsupportedEtsModules" />
<op:ETS OpenKnxId="0xA1"
ApplicationNumber="30"
ApplicationVersion="5.2.2"
ReplacesVersions="5.1 2.10 2.11 2.12 3.4 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14 3.15 4.5 4.6 4.7 4.12 4.13 4.14 4.15 5.0"
ApplicationRevision="0"
ProductName="IP-Router"
BuildSuffixText=" (Beta)"
BuildSuffix="-Beta"
SerialNumber="1"
OrderNumber="OpenKnxIPRouter"
ApplicationName="IP-Router"
IsRailMounted="true"
BusCurrent="30"
MaskVersion="MV-091A"
/>
<op:define prefix="BASE" ModuleType="10" >
<op:verify File="../lib/OGM-Common/library.json" ModuleVersion="1.5" />
</op:define>
<op:define prefix="NET" ModuleType="11" share="../lib/OFM-Network/src/Network.share.xml" >
<op:verify File="../lib/OFM-Network/library.json" ModuleVersion="0.5" />
</op:define>
<op:define prefix="ROUTE" NumChannels="%Tunnelcount%" ModuleType="99" share="IP-Router.share.xml" template="IP-Router.templ.xml" />
<generate base="TemplateRouter.xml"/>
</KNX>