From e16b78269bc16b7d9b6fd2a3f2a6d1a124a68706 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 29 Jan 2021 11:02:58 +0100 Subject: [PATCH] Revert "Merge pull request #10736 from emontnemery/once_off_speed_fade_fix" This reverts commit aa8a23e1d6c14bde161cafbb4a98c37c6c1200a1, reversing changes made to f6111e9824339bd2bac60a4c4da67d8b5b15ca62. --- tasmota/xdrv_04_light.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasmota/xdrv_04_light.ino b/tasmota/xdrv_04_light.ino index ae1f64b64..5641608cc 100644 --- a/tasmota/xdrv_04_light.ino +++ b/tasmota/xdrv_04_light.ino @@ -2844,7 +2844,6 @@ void CmndFade(void) Light.fade_once_value = XdrvMailbox.payload; break; } - ResponseCmndStateText(Light.fade_once_value); return; } @@ -2877,7 +2876,6 @@ void CmndSpeed(void) Light.speed_once_enabled = true; Light.speed_once_value = XdrvMailbox.payload; } - ResponseCmndNumber(Light.speed_once_value); return; }