header fx, comment

This commit is contained in:
openshwprojects
2023-05-04 11:41:43 +02:00
parent f1d22cef28
commit 21c6a0dd7e
2 changed files with 4 additions and 1 deletions

View File

@@ -1603,7 +1603,9 @@ void doHomeAssistantDiscovery(const char* topic, http_request_t* request) {
cJSON_InitHooks(&hooks);
// try to pair toggles with dimmers
// try to pair toggles with dimmers. This is needed only for TuyaMCU,
// where custom channel types are used. This is NOT used for simple
// CW/RGB/RGBCW/etc lights.
while (true) {
// find first dimmer
dimmer = -1;