This commit is contained in:
Dmitry Borisenko
2022-09-20 22:07:28 +02:00
parent 02843daca1
commit 8a3d061bd7
3 changed files with 4 additions and 3 deletions

View File

@@ -7,9 +7,9 @@
<title>IoT Manager 4.3.2</title>
<link rel="icon" type="image/png" href="/favicon.ico" />
<link rel="stylesheet" href="/build/bundle.css" />
<link rel="stylesheet" href="/build/bundle.css?432" />
<script defer src="/build/bundle.js"></script>
<script defer src="/build/bundle.js?432"></script>
</head>
<body></body>

View File

@@ -14,7 +14,7 @@
"widget": "chart2",
"page": "Графики",
"descr": "Температура",
"int": 1,
"int": 5,
"logid": "t",
"num": 1,
"points": 300,

View File

@@ -53,6 +53,7 @@ const String getWebVersion() {
text = selectFromMarkerToMarker(text, "title", 1);
text = selectFromMarkerToMarker(text, " ", 2);
text.replace("</", "");
text.replace(".", "");
return text;
}