OBK_FLAG_POWER_FORCE_ZERO_IF_RELAYS_OPEN

This commit is contained in:
openshwprojects
2023-04-14 09:28:55 +02:00
parent fd12a3762a
commit 7c02873007
3 changed files with 31 additions and 3 deletions

View File

@ -2187,13 +2187,13 @@ const char* g_obk_flagNames[] = {
"[HASS] Deactivate avty_t flag for sensor when publishing to HASS (permit to keep value)",
"[DRV] Deactivate Autostart of all drivers",
"[WiFi] Quick connect to WiFi on reboot (TODO: check if it works for you and report on github)",
"[Power] Set power and current to zero if all relays are open",
"error",
"error",
"error",
"error",
"error",
"error",
};
};
int http_fn_cfg_generic(http_request_t* request) {
int i;
char tmpA[64];