Skip to content

Commit

Permalink
(simatec) Responsive Design added
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec authored Sep 19, 2024
1 parent 7a0388f commit b1d80e3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Use telegram service to communicate with ioBroker
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (simatec) Responsive Design added

### 3.9.0 (2024-07-22)
* (klein0r) Added option to send venue (with title and address)

Expand Down
26 changes: 26 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"items": {
"server": {
"type": "select",
"xs": 12,
"sm": 12,
"md": 3,
"lg": 3,
Expand All @@ -27,6 +28,7 @@
"pollingInterval": {
"hidden": "data.server === 'true'",
"type": "number",
"xs": 12,
"sm": 12,
"md": 5,
"lg": 5,
Expand All @@ -35,6 +37,7 @@
"token": {
"newLine": true,
"type": "text",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
Expand All @@ -45,6 +48,7 @@
"baseApiUrl": {
"newLine": true,
"type": "text",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
Expand All @@ -55,6 +59,7 @@
"type": "password",
"repeat": true,
"visible": false,
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
Expand All @@ -64,6 +69,7 @@
"rememberUsers": {
"newLine": true,
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
Expand All @@ -72,6 +78,7 @@
"doNotAcceptNewUsers": {
"newLine": true,
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
Expand All @@ -80,6 +87,7 @@
"useUsername": {
"newLine": true,
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
Expand All @@ -88,6 +96,7 @@
"saveFiles": {
"newLine": true,
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
Expand All @@ -96,6 +105,7 @@
"saveFilesTo": {
"newLine": true,
"type": "select",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4,
Expand All @@ -115,6 +125,7 @@
},
"saveFilesQuality": {
"type": "select",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4,
Expand Down Expand Up @@ -147,6 +158,7 @@
"allowStates": {
"newLine": true,
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
Expand All @@ -161,6 +173,7 @@
"restarted": {
"newLine": true,
"type": "text",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4,
Expand All @@ -169,6 +182,7 @@
},
"restarting": {
"type": "text",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4,
Expand All @@ -178,6 +192,7 @@
"keyboard": {
"newLine": true,
"type": "text",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4,
Expand All @@ -186,6 +201,7 @@
},
"rooms": {
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4,
Expand All @@ -195,6 +211,7 @@
"storeRawRequest": {
"newLine": true,
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
Expand All @@ -204,6 +221,7 @@
"newLine": true,
"type": "instance",
"adapter": "text2command",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4,
Expand All @@ -214,6 +232,7 @@
"newLine": true,
"type": "number",
"min": 5,
"xs": 12,
"sm": 12,
"md": 4,
"lg": 4,
Expand All @@ -223,6 +242,7 @@
"_custom": {
"newLine": true,
"type": "custom",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6,
Expand All @@ -241,6 +261,7 @@
"url": {
"newLine": true,
"type": "text",
"xs": 12,
"sm": 12,
"md": 9,
"lg": 9,
Expand All @@ -251,6 +272,7 @@
"newLine": true,
"type": "ip",
"listenOnAllPorts": true,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6,
Expand All @@ -260,6 +282,7 @@
"type": "number",
"min": 1,
"max": 65565,
"xs": 12,
"sm": 12,
"md": 3,
"lg": 3,
Expand All @@ -270,6 +293,7 @@
"newLine": true,
"type": "certificate",
"certType": "public",
"xs": 12,
"sm": 12,
"md": 3,
"lg": 3,
Expand All @@ -278,6 +302,7 @@
"certPrivate": {
"type": "certificate",
"certType": "private",
"xs": 12,
"sm": 12,
"md": 3,
"lg": 3,
Expand All @@ -286,6 +311,7 @@
"certChained": {
"type": "certificate",
"certType": "chained",
"xs": 12,
"sm": 12,
"md": 3,
"lg": 3,
Expand Down
14 changes: 14 additions & 0 deletions admin/jsonCustom.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@
"items": {
"alias": {
"type": "text",
"xs": 12,
"sm": 12,
"lg": 6,
"label": "Alias",
Expand All @@ -335,6 +336,7 @@
},
"recipients": {
"type": "text",
"xs": 12,
"sm": 12,
"lg": 6,
"label": "Recipients",
Expand All @@ -347,6 +349,7 @@
"label": "Read only",
"help": "Only delivers the changes",
"defaultFunc": "customObj.common && customObj.common.write === false",
"xs": 12,
"sm": 4
},
"report": {
Expand All @@ -355,20 +358,23 @@
"label": "Report updates",
"help": "Sends a new message if the value updates",
"defaultFunc": "customObj.common && customObj.common.read !== false",
"xs": 12,
"sm": 4
},
"reportChanges": {
"type": "checkbox",
"label": "Report changes only",
"help": "Sends a new message if the value changes",
"hidden": "data.report !== true",
"xs": 12,
"sm": 4
},
"reportSilent": {
"type": "checkbox",
"label": "Silent",
"help": "Send without notification sound",
"hidden": "data.report !== true",
"xs": 12,
"sm": 4
},
"buttons": {
Expand All @@ -378,13 +384,15 @@
"default": 3,
"min": 1,
"max": 3,
"xs": 12,
"sm": 6
},
"writeOnly": {
"type": "checkbox",
"label": "Write only",
"default": false,
"help": "No status query",
"xs": 12,
"sm": 6
},
"offCommand": {
Expand All @@ -395,6 +403,7 @@
"help": "Default - 'OFF'",
"default": "",
"hideOnlyControl": true,
"xs": 12,
"sm": 6
},
"onCommand": {
Expand All @@ -403,6 +412,7 @@
"label": "ON command",
"help": "Default - 'ON'",
"default": "",
"xs": 12,
"sm": 6
},
"offStatus": {
Expand All @@ -413,6 +423,7 @@
"label": "OFF status",
"help": "Default - 'OFF'",
"default": "",
"xs": 12,
"sm": 6
},
"onStatus": {
Expand All @@ -421,6 +432,7 @@
"label": "ON status",
"help": "Default - 'ON'",
"default": "",
"xs": 12,
"sm": 6
},
"onlyFalse": {
Expand All @@ -431,6 +443,7 @@
"label": "Only false",
"help": "Do not show ON",
"default": false,
"xs": 12,
"sm": 6
},
"onlyTrue": {
Expand All @@ -440,6 +453,7 @@
"type": "checkbox",
"label": "Only true",
"help": "Do not show OFF",
"xs": 12,
"sm": 6
}
}
Expand Down

0 comments on commit b1d80e3

Please sign in to comment.