hoffmation-base 3.2.10-alpha.2 → 3.2.10-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,6 +28,7 @@ class ShutterUtils {
|
|
|
28
28
|
![enums_1.TimeOfDay.Night, enums_1.TimeOfDay.AfterSunset].includes(services_1.TimeCallbackService.dayType(device.room.settings.rolloOffset))) {
|
|
29
29
|
// First manual up command of the day on a window with no automatic up.
|
|
30
30
|
device.baseAutomaticLevel = 100;
|
|
31
|
+
device.targetAutomaticValue = 100;
|
|
31
32
|
}
|
|
32
33
|
else if (c.isManual &&
|
|
33
34
|
c.level === 0 &&
|
|
@@ -37,6 +38,7 @@ class ShutterUtils {
|
|
|
37
38
|
[enums_1.TimeOfDay.Night, enums_1.TimeOfDay.AfterSunset].includes(services_1.TimeCallbackService.dayType(device.room.settings.rolloOffset))) {
|
|
38
39
|
// First manual down command of the day on a window with no automatic up.
|
|
39
40
|
device.baseAutomaticLevel = 0;
|
|
41
|
+
device.targetAutomaticValue = 0;
|
|
40
42
|
}
|
|
41
43
|
let pPosition = c.level;
|
|
42
44
|
if (!device.firstCommandRecieved && !c.isInitial) {
|