From 6e4c89c4368758a49fd946b2a3490364991d7be8 Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Wed, 14 Jan 2026 19:56:15 +0100 Subject: [PATCH] Fix room on one of the lamps --- NightLight.Core/Models.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NightLight.Core/Models.fs b/NightLight.Core/Models.fs index 989b2c6..d37cc9a 100644 --- a/NightLight.Core/Models.fs +++ b/NightLight.Core/Models.fs @@ -53,7 +53,7 @@ type Light = let lights = [ { FriendlyName = DeviceFriendlyName "Vardagsrum - Fönsterlampa" - Room = LivingRoom + Room = Bedroom Bulb = IkeaBulb ControlledWithRemote = RemoteRight } { FriendlyName = DeviceFriendlyName "Vardagsrum - Vägglampa"