Revert "Merge pull request #10736 from emontnemery/once_off_speed_fade_fix"

This reverts commit aa8a23e1d6, reversing
changes made to f6111e9824.
This commit is contained in:
Theo Arends 2021-01-29 11:02:58 +01:00
parent 6298210e6e
commit e16b78269b
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}