mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 15:02:21 +03:00
последний веб
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
//****************************************************variable section**********************************************************/
|
||||
//******************************************************************************************************************************/
|
||||
let myip = document.location.hostname;
|
||||
if (devMode) myip = "192.168.1.117";
|
||||
if (devMode) myip = "192.168.1.116";
|
||||
|
||||
//Flags
|
||||
let firstDevListRequest = true;
|
||||
@@ -611,7 +611,7 @@
|
||||
}
|
||||
|
||||
function cleanLogs() {
|
||||
wsSendMsg(selectedWs, "/clean1|");
|
||||
wsSendMsg(selectedWs, "/clean|");
|
||||
}
|
||||
|
||||
function saveMqtt() {
|
||||
|
||||
Reference in New Issue
Block a user