后台增加重启功能。修复已知问题

This commit is contained in:
Your Name
2025-03-09 12:53:37 +08:00
parent f0b9fb6427
commit 026b192396
5 changed files with 719 additions and 672 deletions

View File

@@ -390,6 +390,7 @@ void ProcessHaCmd(char* cmd)
mqtt_log("set socket[%d] on[%d]", i, on);
UserRelaySet(i, on);
UserMqttSendSocketState(i);
mico_system_context_update(sys_config);
}
}