diff --git a/admin/index_m.html b/admin/index_m.html index e1ba419..d13481b 100644 --- a/admin/index_m.html +++ b/admin/index_m.html @@ -26,13 +26,15 @@
-
+ +
@@ -77,10 +79,9 @@
+
-
- **************************************************************************************** -
+
@@ -115,10 +116,6 @@
-
- **************************************************************************************** -
-
diff --git a/admin/index_m.js b/admin/index_m.js index 4bf2f09..04e1970 100644 --- a/admin/index_m.js +++ b/admin/index_m.js @@ -13,11 +13,11 @@ */ - // This will be called by the admin adapter when the settings page loads -let secret; +// This will be called by the admin adapter when the settings page loads let roles = []; let devices = []; let thermostats = []; +let heatingcircuits = []; /** function loadHelper(settings, onChange) { diff --git a/admin/words.js b/admin/words.js index 62c5b89..7b3e246 100644 --- a/admin/words.js +++ b/admin/words.js @@ -27,6 +27,30 @@ systemDictionary = { "pl": "Ustawienia główne", "zh-cn": "主要设置" }, + "KM200 settings": { + "en": "KM200", + "de": "KM200", + "ru": "KM200", + "pt": "KM200", + "nl": "KM200", + "fr": "KM200", + "it": "KM200", + "es": "KM200", + "pl": "KM200", + "zh-cn": "KM200" + }, + "EMS-ESP settings": { + "en": "EMS-ESP", + "de": "EMS-ESP", + "ru": "EMS-ESP", + "pt": "EMS-ESP", + "nl": "EMS-ESP", + "fr": "EMS-ESP", + "it": "EMS-ESP", + "es": "EMS-ESP", + "pl": "EMS-ESP", + "zh-cn": "EMS-ESP" + }, "ems expert settings": { "en": "ems expert settings", "de": "EMS-Experteneinstellungen",