Skip to content

Commit

Permalink
Merge pull request #1294 from simatec/patch-2
Browse files Browse the repository at this point in the history
(simatec) Responsive for small screens added
  • Loading branch information
GermanBluefox authored Aug 26, 2024
2 parents 20a6a4a + 972b7d4 commit 8fa28ef
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
"homematicAddress": {
"type": "text",
"label": "HomeMatic Address",
"xs": 12,
"sm": 10,
"md": 6,
"lg": 4
},
"homematicPort": {
"type": "port",
"label": "HomeMatic Port",
"xs": 12,
"sm": 2,
"md": 2,
"lg": 2,
Expand All @@ -33,6 +35,7 @@
"newLine": true,
"type": "ip",
"label": "Adapter Address",
"xs": 12,
"sm": 10,
"md": 6,
"lg": 4
Expand All @@ -42,6 +45,7 @@
"min": 0,
"max": 65535,
"label": "Adapter Port",
"xs": 12,
"sm": 2,
"md": 2,
"lg": 2
Expand Down Expand Up @@ -76,6 +80,7 @@
"value": "Homegear"
}
],
"xs": 12,
"sm": 10,
"md": 6,
"lg": 4
Expand All @@ -93,6 +98,7 @@
"value": "bin"
}
],
"xs": 12,
"sm": 12,
"md": 4,
"lg": 2
Expand All @@ -101,6 +107,7 @@
"newLine": true,
"type": "checkbox",
"label": "Force objects re-init",
"xs": 12,
"sm": 10,
"md": 6,
"lg": 4
Expand All @@ -114,6 +121,7 @@
"callbackAddress": {
"type": "text",
"label": "Adapter Callback Address",
"xs": 12,
"sm": 10,
"md": 6,
"lg": 4
Expand All @@ -122,6 +130,7 @@
"newLine": true,
"type": "number",
"label": "Check communication interval",
"xs": 12,
"help": "in seconds",
"sm": 10,
"md": 4,
Expand All @@ -131,6 +140,7 @@
"type": "number",
"label": "Reconnect interval",
"help": "in seconds",
"xs": 12,
"sm": 10,
"md": 4,
"lg": 2
Expand All @@ -139,6 +149,7 @@
"newLine": true,
"type": "checkbox",
"label": "Don't delete devices",
"xs": 12,
"sm": 10,
"md": 6,
"lg": 4
Expand All @@ -147,6 +158,7 @@
"newLine": true,
"type": "checkbox",
"label": "Use https",
"xs": 12,
"sm": 10,
"md": 6,
"lg": 4,
Expand All @@ -162,6 +174,7 @@
"newLine": true,
"type": "text",
"label": "Username",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4,
Expand All @@ -172,6 +185,7 @@
"type": "password",
"label": "Password",
"hidden": "data.type === 'bin'",
"xs": 12,
"sm": 6,
"md": 4,
"lg": 4
Expand All @@ -184,6 +198,7 @@
"items": {
"_dm": {
"type": "deviceManager",
"xs": 12,
"sm": 12,
"style": {
"width": "100%",
Expand Down

0 comments on commit 8fa28ef

Please sign in to comment.