mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Revert "Merge pull request #10736 from emontnemery/once_off_speed_fade_fix"
This reverts commit aa8a23e1d6c14bde161cafbb4a98c37c6c1200a1, reversing changes made to f6111e9824339bd2bac60a4c4da67d8b5b15ca62.
This commit is contained in:
parent
6298210e6e
commit
e16b78269b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user