Store more state
This commit is contained in:
parent
78b57258c1
commit
437e5bf25d
2 changed files with 36 additions and 12 deletions
|
|
@ -87,3 +87,8 @@ type internal Brightness = Brightness of int
|
|||
type internal Color =
|
||||
| ColorByCoordinates of float * float
|
||||
| ColorByTemperature of int
|
||||
|
||||
type internal LightState =
|
||||
{ State: State
|
||||
Brightness: Brightness
|
||||
Color: Color }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue