LightState -> LightSettings

This commit is contained in:
Sven van Heugten 2026-03-15 10:50:22 +01:00
parent 53fd129bb8
commit 3507385d6c
2 changed files with 21 additions and 21 deletions

View file

@ -98,7 +98,7 @@ type internal Color =
| ColorByCoordinates of float * float
| ColorByTemperature of int
type internal LightState =
type internal LightSettings =
{ State: State
Brightness: Brightness
Color: Color }