mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 15:02:21 +03:00
123
This commit is contained in:
@@ -255,8 +255,8 @@
|
||||
let data = event.data;
|
||||
//if (debug) console.log("[i]", getIP(ws), "msg received", data); //
|
||||
|
||||
//STRING============================================================
|
||||
if (ws === selectedWs) {
|
||||
//STRING============================================================
|
||||
//сборщик deviceList сообщений======================================
|
||||
if (data.includes("devicelist")) {
|
||||
if (IsJsonParse(data)) {
|
||||
|
||||
Reference in New Issue
Block a user