update light when `VirtualCT` is invoked (#18972)

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz 2023-06-27 14:23:44 +02:00 committed by GitHub
parent 7892a38795
commit a51096e400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3276,6 +3276,7 @@ void CmndVirtualCT(void)
}
}
checkVirtualCT();
Light.update = true;
Response_P(PSTR("{\"%s\":{"), XdrvMailbox.command);
uint32_t pivot_len = CT_PIVOTS;