Skip to content

Commit

Permalink
fixed #58
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky-ESA committed Oct 26, 2024
1 parent eed0a1b commit aea874f
Showing 1 changed file with 40 additions and 8 deletions.
48 changes: 40 additions & 8 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,43 @@
"_headerAdapter": {
"type": "header",
"text": "Adapter settings for lg-thinq",
"size": 2
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"user": {
"type": "text",
"label": "LG ThinQ Email",
"newLine": true,
"sm": 3
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"password": {
"type": "password",
"label": "LG ThinQ Password",
"newLine": true,
"sm": 3
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"interval": {
"type": "number",
"label": "Update interval in minutes",
"min":0.5,
"max":150,
"newLine": true,
"sm": 3,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"default": 5
},
"interval_thinq1": {
Expand All @@ -34,28 +50,44 @@
"min":0,
"max":1440,
"newLine": true,
"sm": 3,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"default": 30
},
"country": {
"type": "text",
"label": "Country",
"newLine": true,
"sm": 3,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"default": "DE"
},
"language": {
"type": "text",
"label": "Language",
"newLine": true,
"sm": 3,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"default": "de_DE"
},
"platform": {
"type": "text",
"label": "Platform",
"newLine": true,
"sm": 3,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"default": "LGThinQ"
}
}
Expand Down

0 comments on commit aea874f

Please sign in to comment.