mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
parent
0bf82f51dd
commit
8a29adfa8b
@ -616,7 +616,7 @@ void ShutterRelayChanged(void)
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
TasmotaGlobal.last_source = SRC_SHUTTER; // avoid switch off in the next loop
|
TasmotaGlobal.last_source = SRC_SHUTTER; // avoid switch off in the next loop
|
||||||
if (Shutter[i].direction != 0 ) ShutterPowerOff(i);
|
if (Shutter[i].direction != 0 ) ShutterUpdatePosition();
|
||||||
}
|
}
|
||||||
switch (ShutterGlobal.position_mode) {
|
switch (ShutterGlobal.position_mode) {
|
||||||
// enum Shutterposition_mode {SHT_TIME, SHT_TIME_UP_DOWN, SHT_TIME_GARAGE, SHT_COUNTER, SHT_PWM_VALUE, SHT_PWM_TIME,};
|
// enum Shutterposition_mode {SHT_TIME, SHT_TIME_UP_DOWN, SHT_TIME_GARAGE, SHT_COUNTER, SHT_PWM_VALUE, SHT_PWM_TIME,};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user