diff --git a/servapps/Calimero/cosmos-compose.json b/servapps/Calimero/cosmos-compose.json index 3cd5c977..8de212f5 100644 --- a/servapps/Calimero/cosmos-compose.json +++ b/servapps/Calimero/cosmos-compose.json @@ -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?", @@ -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": {