adding flag per user request: [LED] Setting RGB white (FFFFFF) enables temperature mode

This commit is contained in:
openshwprojects
2023-01-08 20:29:53 +01:00
parent 6906f61d33
commit 2e142d0463
3 changed files with 12 additions and 3 deletions

View File

@ -2738,10 +2738,10 @@ const char* g_obk_flagNames[] = {
"[UART] Use alternate UART for BL0942, CSE, TuyaMCU, etc",
#endif
"[HASS] Invoke HomeAssistant discovery on change to ip address, configuration",
"[LED] Setting RGB white (FFFFFF) enables temperature mode",
"error",
"error",
"error",
};
};
int http_fn_cfg_generic(http_request_t* request) {
int i;
char tmpA[64];