From f6bc560cac8c1871873a759764a4fcdc8200416c Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Sun, 30 Jan 2022 21:56:01 +0100 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=B2=D1=82=D0=BE=20ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index e80d945..717b78a 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -177,7 +177,8 @@ { name: "Устройство 1", id: "987654321", - ip: "192.168.88.235", + ip: myip, + //ip: "192.168.88.235", status: false, }, ];