diff --git a/.vscode/settings.json b/.vscode/settings.json index 7113b54..e1fb965 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,7 @@ "fileMatch": [ "io-package.json" ], - "url": "https://json.schemastore.org/io-package" + "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json" } ] } \ No newline at end of file diff --git a/README.md b/README.md index b154830..7ce97cd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ To reset the counted operating hours just write one numeric state to 0. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** +* (BenAhrdt) Changed Schema and responsive tags + ### 1.1.0 (2024-08-13) * (BenAhrdt) Update Dependencies: "js-controller": ">=5.0.19" Check your System before installing new Version diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 2f8c94b..9e86ce1 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -6,21 +6,33 @@ "newLine": true, "type": "header", "text": "mainInformations", + "size": 3, + "xs": 12, "sm": 12, - "size": 3 + "md": 12, + "lg": 12, + "xl": 12 }, "Information1":{ "newLine":true, "type": "staticText", "label": "mainInformationText", - "sm": 6 + "xs": 12, + "sm": 6, + "md": 6, + "lg": 6, + "xl": 6 }, "configurationHeader": { "newLine": true, "type": "header", "text": "configuration", + "size": 3, + "xs": 12, "sm": 12, - "size": 3 + "md": 12, + "lg": 12, + "xl": 12 }, "refreshRate": { "newLine": true, @@ -44,11 +56,14 @@ "default": 6000, "label": "refreshRate", "tooltip": "refreshRateTooltip", - "sm": 1 + "xs": 12, + "sm": 1, + "md": 1, + "lg": 1, + "xl": 1 }, "statesTable":{ "type":"table", - "sm":12, "allowAddByFilter": true, "items":[ { @@ -65,7 +80,12 @@ "label": "automaticReset", "tooltip": "automaticResetTooltip" } - ] + ], + "xs": 12, + "sm": 12, + "md": 12, + "lg": 12, + "xl": 12 } } } \ No newline at end of file