From 5085076929021e7270f150189b8128c6ba30dd62 Mon Sep 17 00:00:00 2001 From: simatec Date: Mon, 20 Jan 2025 20:26:47 +0100 Subject: [PATCH] (simatec) Design Fix --- README.md | 3 +++ admin/index_m.html | 66 ++++++++++++++++++++++----------------------- admin/style.css | 5 ++++ lib/shutterAlarm.js | 2 +- 4 files changed, 42 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 65fbc66..bd1ec68 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog +### __WORK IN PROGRESS__ +* (simatec) Design Fix + ### 1.8.6 (2025-01-11) * (simatec) eslint-config fix * (simatec) Dependencies updated diff --git a/admin/index_m.html b/admin/index_m.html index f6ff7a3..8f946cf 100644 --- a/admin/index_m.html +++ b/admin/index_m.html @@ -549,24 +549,24 @@
Extra Settings
-
+
Time at which the roller shutters configured for this should close late
-
+
Time to completely close the shutters from the intermediate position
-
+
Time left to detect second sleep (minutes)
-
+
Saturday is working week
@@ -579,18 +579,18 @@
Extra Settings
-
+
check current Shutter State
-
+
Waiting time for checking the shutter status (seconds)
-
+
Blocking the Manu mode for known shutter heights
@@ -744,11 +744,11 @@
Extra Settings
Edit Device:
-
+
@@ -763,7 +763,7 @@
Edit direction
-
+
Object ID Actual value of the sun protection temperature @@ -813,7 +813,7 @@
Edit hysteresis Lightsensor (percent)
-
+
Object ID of the sun protection Lightsensor @@ -833,7 +833,7 @@
Edit hysteresis Insidetemperature (percent)
-
+
Object ID of the Inside Temperature @@ -955,7 +955,7 @@
Edit
-
+
Trigger ID @@ -973,15 +973,15 @@
Edit
-
+
-
+
-
+
@@ -995,11 +995,11 @@
Edit
-
+
-
+
XmasLevel @@ -1014,22 +1014,22 @@
Edit
-
+
-
+
-
+
sunProtectEndDely
-
+
Outdoor temperature upper limit for activating thermal protection @@ -1044,17 +1044,17 @@
Edit
-
+
-
+
-
+
shutter height in the intermediate position @@ -1081,23 +1081,23 @@
Edit
-
+
-
+
-
+
-
+
-
+
diff --git a/admin/style.css b/admin/style.css index b2cc229..3393dd1 100644 --- a/admin/style.css +++ b/admin/style.css @@ -102,6 +102,11 @@ background-color: #272727 !important; } +.m .modalTab { + width: calc(100% - 1.6rem) !important; + margin-left: 0.8rem !important; +} + .m .col .select-wrapper+label { top: -26px; } diff --git a/lib/shutterAlarm.js b/lib/shutterAlarm.js index 0ca1955..a3defe1 100644 --- a/lib/shutterAlarm.js +++ b/lib/shutterAlarm.js @@ -782,7 +782,7 @@ async function checkPendingAlarm(adapter, Shutter) { Shutter.enableAlarmFire == true || Shutter.enableAlarmFrost == true) { - adapter.log.debug('start pendingAlarm to check if an alarm is currently pending (exept frost)'); + adapter.log.debug('Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)'); }