From 6da931e4e6c8e43a14cd103b1e0ad2ced222adb8 Mon Sep 17 00:00:00 2001 From: stefanbode Date: Sun, 14 Nov 2021 22:25:03 +0100 Subject: [PATCH] Update xdrv_27_shutter.ino Missed a change --- tasmota/xdrv_27_shutter.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_27_shutter.ino b/tasmota/xdrv_27_shutter.ino index 756f0d544..de3f20239 100644 --- a/tasmota/xdrv_27_shutter.ino +++ b/tasmota/xdrv_27_shutter.ino @@ -509,7 +509,7 @@ void ShutterPowerOff(uint8_t i) #else snprintf_P(scmnd, sizeof(scmnd), PSTR(D_CMND_PWM "%d %d" ), i+1,Shutter[i].pwm_value); #endif - //ExecuteCommand(scmnd, SRC_BUTTON); + ExecuteCommand(scmnd, SRC_BUTTON); break; } if (Shutter[i].direction !=0) {