mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 16:15:42 +00:00
add a flag that allows to enable RETAIN on MQTT publishes of power channels (channels with relay)
This commit is contained in:
@ -2415,12 +2415,12 @@ const char* g_obk_flagNames[] = {
|
||||
"[LED] Smooth transitions for LED (EXPERIMENTAL)",
|
||||
"[MQTT] Always publish channels used by TuyaMCU",
|
||||
"[LED] Force RGB mode (3 PWMs for LEDs) and ignore futher PWMs if they are set",
|
||||
"[MQTT] Retain power channels (Relay channels, etc)",
|
||||
"error",
|
||||
"error",
|
||||
"error",
|
||||
"error",
|
||||
"error",
|
||||
};
|
||||
};
|
||||
|
||||
int http_fn_cfg_generic(http_request_t* request) {
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user