mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-29 00:12:35 +03:00
исправил баги mqtt
This commit is contained in:
@@ -136,7 +136,6 @@
|
||||
function sendCurrentPageName() {
|
||||
if (selectedWs !== undefined) {
|
||||
wsSendMsg(selectedWs, currentPageName);
|
||||
wsSendMsg(selectedWs, "/all|");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -431,9 +430,7 @@
|
||||
window.alert("Ошибка");
|
||||
}
|
||||
clearData();
|
||||
sendCurrentPageName();
|
||||
wsSendMsg(selectedWs, "/mqtt|");
|
||||
errorsJson.mqtt = "e13";
|
||||
}
|
||||
|
||||
function generateLayout() {
|
||||
|
||||
Reference in New Issue
Block a user