Skip to content

Commit

Permalink
Changed Schema and responsive tags
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAhrdt committed Nov 26, 2024
1 parent c6360fc commit bbb5292
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 26 additions & 6 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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":[
{
Expand All @@ -65,7 +80,12 @@
"label": "automaticReset",
"tooltip": "automaticResetTooltip"
}
]
],
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
}
}
}

0 comments on commit bbb5292

Please sign in to comment.