diff --git a/tasmota/tasmota_xdrv_driver/xdrv_04_light.ino b/tasmota/tasmota_xdrv_driver/xdrv_04_light.ino index f5e48f174..e37c1b2de 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_04_light.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_04_light.ino @@ -3276,6 +3276,7 @@ void CmndVirtualCT(void) } } checkVirtualCT(); + Light.update = true; Response_P(PSTR("{\"%s\":{"), XdrvMailbox.command); uint32_t pivot_len = CT_PIVOTS;