Move some types
This commit is contained in:
parent
275a0677eb
commit
78a692bd43
3 changed files with 10 additions and 11 deletions
|
|
@ -77,3 +77,13 @@ let remoteControlledLights =
|
|||
lights |> Seq.filter (not << _.ControlledWithRemote.IsNonRemote)
|
||||
|
||||
let remoteControlFriendlyName = DeviceFriendlyName "Fjärrkontroll"
|
||||
|
||||
type internal State =
|
||||
| On
|
||||
| Off
|
||||
|
||||
type internal Brightness = Brightness of int
|
||||
|
||||
type internal Color =
|
||||
| ColorByCoordinates of float * float
|
||||
| ColorByTemperature of int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue