mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 15:02:21 +03:00
сброс переменных
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
<title>IoT Manager 4.5.4</title>
|
<title>IoT Manager 4.5.4</title>
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="/favicon.ico" />
|
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||||||
<link rel="stylesheet" href="/build/bundle.css?4540" />
|
<link rel="stylesheet" href="/build/bundle.css?4541" />
|
||||||
|
|
||||||
<script defer src="/build/bundle.js?4540"></script>
|
<script defer src="/build/bundle.js?4541"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body></body>
|
<body></body>
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
//****************************************************variable section**********************************************************/
|
//****************************************************variable section**********************************************************/
|
||||||
//******************************************************************************************************************************/
|
//******************************************************************************************************************************/
|
||||||
let myip = document.location.hostname;
|
let myip = document.location.hostname;
|
||||||
if (devMode) myip = "192.168.1.235";
|
if (devMode) myip = "192.168.1.228";
|
||||||
|
|
||||||
//Flags
|
//Flags
|
||||||
let firstDevListRequest = true;
|
let firstDevListRequest = true;
|
||||||
@@ -999,7 +999,9 @@
|
|||||||
//ssidJson = {};
|
//ssidJson = {};
|
||||||
errorsJson = {};
|
errorsJson = {};
|
||||||
layoutJson = [];
|
layoutJson = [];
|
||||||
paramsJson = {}; //?
|
paramsJson = {};
|
||||||
|
otaJson = {};
|
||||||
|
flashProfileJson = {};
|
||||||
|
|
||||||
//incDeviceList = [];
|
//incDeviceList = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user