State -> NightLightStateMachine

This commit is contained in:
Sven van Heugten 2026-01-04 10:24:55 +01:00
parent 285874777a
commit c7c5de9e21
4 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@ type FakeLight(light: Light) =
brightness <- newBrightness
type FakeHome(now: DateTime) =
let mutable nightLightStateMachine = State now
let mutable nightLightStateMachine = NightLightStateMachine now
let assertIsOkAndGet result =
match result with