mirror of https://github.com/arendst/Tasmota.git
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();
|
||||
Light.update = true;
|
||||
|
||||
Response_P(PSTR("{\"%s\":{"), XdrvMailbox.command);
|
||||
uint32_t pivot_len = CT_PIVOTS;
|
||||
|
|
Loading…
Reference in New Issue