mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Update xdrv_27_shutter.ino
This commit is contained in:
parent
43cbcc1299
commit
044bf6a774
@ -1090,7 +1090,7 @@ void CmndShutterPosition(void)
|
|||||||
// power on
|
// power on
|
||||||
ExecuteCommandPowerShutter(Settings.shutter_startrelay[index], 1, SRC_SHUTTER);
|
ExecuteCommandPowerShutter(Settings.shutter_startrelay[index], 1, SRC_SHUTTER);
|
||||||
}
|
}
|
||||||
if (ShutterGlobal.position_mode != SHT_TIME_UP_DOWN) ExecuteCommandPowerShutter(Settings.shutter_startrelay[index]+2, 1, SRC_SHUTTER);
|
//if (ShutterGlobal.position_mode != SHT_TIME_UP_DOWN) ExecuteCommandPowerShutter(Settings.shutter_startrelay[index]+2, 1, SRC_SHUTTER);
|
||||||
break;
|
break;
|
||||||
case SHT_TIME:
|
case SHT_TIME:
|
||||||
if (!ShutterGlobal.skip_relay_change) {
|
if (!ShutterGlobal.skip_relay_change) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user