Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
madejackson committed Jul 24, 2024
1 parent 1131a18 commit b56bc9d
Showing 1 changed file with 44 additions and 36 deletions.
80 changes: 44 additions & 36 deletions servapps/Calimero/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,49 @@
"initialValue": "Calimero KNXnet/IP-Router",
"type": "text"
},
{
"name": "physAddress",
"label": "physical Address of your IP-Router",
"initialValue": "7.1.0",
"type": "text"
},
{
"name": "additionalAddress1",
"label": "physical Address No.1 for KNXnet/IP-Clients",
"initialValue": "7.1.1",
"type": "text"
},
{
"name": "additionalAddress2",
"label": "physical Address No.2 for KNXnet/IP-Clients",
"initialValue": "7.1.2",
"type": "text"
},
{
"name": "additionalAddress3",
"label": "physical Address No.3 for KNXnet/IP-Clients",
"initialValue": "7.1.3",
"type": "text"
},
{
"name": "additionalAddress4",
"label": "physical Address No.4 for KNXnet/IP-Clients",
"initialValue": "7.1.4",
"type": "text"
},
{
"name": "additionalAddress5",
"label": "physical Address No.5 for KNXnet/IP-Clients",
"initialValue": "7.1.5",
"type": "text"
},
{
"name": "advancedSettings",
"label": "Edit custom Settings (only if you know what you do)",
"initialValue": false,
"type": "checkbox"
},
{if Context.advancedSettings}
{
"name": "discovery",
"label": "Should the Server be discoverable?",
Expand Down Expand Up @@ -46,43 +89,8 @@
["/dev/ttyACM2", "/dev/ttyACM2 -> Serialport 2 -> RS485 or RS232"],
["/dev/ttyACM3", "/dev/ttyACM3 -> Serialport 3 -> RS485 or RS232"]
]
},
{
"name": "physAddress",
"label": "physical Address of your IP-Router",
"initialValue": "7.1.0",
"type": "text"
},
{
"name": "additionalAddress1",
"label": "physical Address No.1 for KNXnet/IP-Clients",
"initialValue": "7.1.1",
"type": "text"
},
{
"name": "additionalAddress2",
"label": "physical Address No.2 for KNXnet/IP-Clients",
"initialValue": "7.1.2",
"type": "text"
},
{
"name": "additionalAddress3",
"label": "physical Address No.3 for KNXnet/IP-Clients",
"initialValue": "7.1.3",
"type": "text"
},
{
"name": "additionalAddress4",
"label": "physical Address No.4 for KNXnet/IP-Clients",
"initialValue": "7.1.4",
"type": "text"
},
{
"name": "additionalAddress5",
"label": "physical Address No.5 for KNXnet/IP-Clients",
"initialValue": "7.1.5",
"type": "text"
}
{/if}
],
"translation": {
"de": {
Expand Down

0 comments on commit b56bc9d

Please sign in to comment.