From b61e7293aeab634953802797172c65502e5eed32 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 20 Nov 2025 22:09:21 +0100 Subject: [PATCH] debug device states --- apps/ui/templates/room.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ui/templates/room.html b/apps/ui/templates/room.html index af73949..08790d0 100644 --- a/apps/ui/templates/room.html +++ b/apps/ui/templates/room.html @@ -305,6 +305,7 @@ deviceStates[device.device_id] = null; } } + console.log('Device states:', deviceStates); // Render devices grid.style.display = 'grid';