Respond to fade2 and speed2

This commit is contained in:
Erik 2021-01-28 19:56:45 +01:00
parent b8462e066c
commit ef9a854811
1 changed files with 2 additions and 0 deletions

View File

@ -2844,6 +2844,7 @@ void CmndFade(void)
Light.fade_once_value = XdrvMailbox.payload;
break;
}
ResponseCmndStateText(Light.fade_once_value);
return;
}
@ -2876,6 +2877,7 @@ void CmndSpeed(void)
Light.speed_once_enabled = true;
Light.speed_once_value = XdrvMailbox.payload;
}
ResponseCmndNumber(Light.speed_once_value);
return;
}