From 169d0505cbd60009b56216796fa51ab3409de74d Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 9 Dec 2025 12:53:53 +0100 Subject: [PATCH] started 2 --- apps/ui/templates/garage.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/ui/templates/garage.html b/apps/ui/templates/garage.html index 3eeb4a0..174a44a 100644 --- a/apps/ui/templates/garage.html +++ b/apps/ui/templates/garage.html @@ -463,6 +463,8 @@ const label = document.createElement('div'); label.className = 'toggle-label'; + console.log(`Rendering feedback for ${device.device_id}:`, state); + const values = Object.values(state || {}); const isActive = values.some(v => v === true ||