From a51096e400380e9d7f11acab396b5a81d2dbd8db Mon Sep 17 00:00:00 2001 From: jonschz <17198703+jonschz@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:23:44 +0200 Subject: [PATCH] update light when `VirtualCT` is invoked (#18972) Co-authored-by: jonschz --- tasmota/tasmota_xdrv_driver/xdrv_04_light.ino | 1 + 1 file changed, 1 insertion(+) 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;