Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Sep 5, 2023
1 parent 4886904 commit 712d10b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/driver/drv_tuyaMCU.c
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,7 @@ void TuyaMCU_OnRGBCWChange(const float *rgbcw, int bLightEnableAll, int iLightMo
if (taken == false) {
return;
}
rtos_delay_milliseconds(50);
// dpID 20: switch light on and off
TuyaMCU_SendBool(20, bLightEnableAll);
if (bLightEnableAll == false) {
Expand Down

0 comments on commit 712d10b

Please sign in to comment.