mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 02:36:35 +00:00
update light when VirtualCT
is invoked (#18972)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
parent
7892a38795
commit
a51096e400
@ -3276,6 +3276,7 @@ void CmndVirtualCT(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
checkVirtualCT();
|
checkVirtualCT();
|
||||||
|
Light.update = true;
|
||||||
|
|
||||||
Response_P(PSTR("{\"%s\":{"), XdrvMailbox.command);
|
Response_P(PSTR("{\"%s\":{"), XdrvMailbox.command);
|
||||||
uint32_t pivot_len = CT_PIVOTS;
|
uint32_t pivot_len = CT_PIVOTS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user