diff --git a/README.md b/README.md index ed01335..6f74817 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ If you like my work, please feel free to provide a personal donation Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> + +### __WORK IN PROGRESS__ +* (DutchmanNL) Migrate admin settings to JSON config. Fixes #211 + ### 0.5.13 (2023-10-31) * (sbeh) Support more characters in login credentials fixes #117, #227 diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 452940a..bbb289e 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -5,7 +5,8 @@ "Username": { "type": "text", "label": "Your Discovergy Username", - "newLine": true + "newLine": true, + "sm": 3 }, "Password": { "type": "password", @@ -16,7 +17,8 @@ "intervall": { "type": "number", "label": "Seconds between data polling", - "sm": 1, + "newLine": true, + "sm": 3, "default": 30, "min" : 1, "max": 1800