add requestest flag for ac dir

This commit is contained in:
Tester23
2024-04-21 10:16:32 +02:00
parent f5e2a50ba5
commit 9b85615336
2 changed files with 4 additions and 2 deletions

View File

@ -2609,10 +2609,11 @@ const char* g_obk_flagNames[] = {
"[MQTT Discovery] Don't merge toggles and dimmers into lights",
"[TuyaMCU] Store raw data",
"[TuyaMCU] Store ALL data",
"[PWR] Invert AC dir",
"error",
"error",
"error",
};
int http_fn_cfg_generic(http_request_t* request) {
int i;
char tmpA[64];