Skip to content

Commit

Permalink
Calimero: set physical Address per default in Area 1.x.y
Browse files Browse the repository at this point in the history
  • Loading branch information
madejackson committed Oct 21, 2024
1 parent 2de2688 commit d98f9a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions servapps/Calimero/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@
{
"name": "physAddress",
"label": "physical Address of your IP-Router",
"initialValue": "7.1.0",
"initialValue": "1.0.0",
"type": "text"
},
{
"name": "additionalAddress1",
"label": "physical Address No.1 for KNXnet/IP-Clients",
"initialValue": "7.1.1",
"initialValue": "1.0.240",
"type": "text"
},
{
"name": "additionalAddress2",
"label": "physical Address No.2 for KNXnet/IP-Clients",
"initialValue": "7.1.2",
"initialValue": "1.0.241",
"type": "text"
},
{
"name": "additionalAddress3",
"label": "physical Address No.3 for KNXnet/IP-Clients",
"initialValue": "7.1.3",
"initialValue": "1.0.242",
"type": "text"
},
{
"name": "additionalAddress4",
"label": "physical Address No.4 for KNXnet/IP-Clients",
"initialValue": "7.1.4",
"initialValue": "1.0.243",
"type": "text"
},
{
"name": "additionalAddress5",
"label": "physical Address No.5 for KNXnet/IP-Clients",
"initialValue": "7.1.5",
"initialValue": "1.0.244",
"type": "text"
},
{
Expand Down

0 comments on commit d98f9a9

Please sign in to comment.