flag - [LED] Automatically enable Light on any change of brightness, color or temperature

This commit is contained in:
openshwprojects
2022-12-11 19:28:52 +01:00
parent a6e8de50eb
commit d2e2c9c737
3 changed files with 26 additions and 3 deletions

View File

@ -2445,11 +2445,10 @@ const char* g_obk_flagNames[] = {
"[LED] Force RGB mode (3 PWMs for LEDs) and ignore futher PWMs if they are set",
"[MQTT] Retain power channels (Relay channels, etc)",
"[IR] Do MQTT publish (Tasmota JSON format) for incoming IR data",
"error",
"[LED] Automatically enable Light on any change of brightness, color or temperature",
"error",
"error",
};
int http_fn_cfg_generic(http_request_t* request) {
int i;
char tmpA[64];