Fix incorrect namespaces
This commit is contained in:
parent
7ea6e49001
commit
5219abfb4b
9 changed files with 24 additions and 24 deletions
|
|
@ -1,7 +1,7 @@
|
|||
module internal NightLight.Configuration
|
||||
module internal NightLight.Core.Configuration
|
||||
|
||||
open NightLight.Moods
|
||||
open NightLight.Lights
|
||||
open NightLight.Core.Moods
|
||||
open NightLight.Core.Lights
|
||||
|
||||
let getDesiredColorAndBrightness bulb mood =
|
||||
let white = ColorByCoordinates(0.3227, 0.329)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue