Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(simatec) Responsive for small screens added #1294

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading