Fix incorrect namespaces
This commit is contained in:
parent
7ea6e49001
commit
5219abfb4b
9 changed files with 24 additions and 24 deletions
|
|
@ -1,8 +1,8 @@
|
|||
module internal NightLight.ZigbeeCommands
|
||||
module internal NightLight.Core.ZigbeeCommands
|
||||
|
||||
open System.Text.Json.Nodes
|
||||
open NightLight.Models
|
||||
open NightLight.Lights
|
||||
open NightLight.Core.Models
|
||||
open NightLight.Core.Lights
|
||||
|
||||
let generateZigbeeCommand friendlyName targetColor targetBrightness =
|
||||
let commandObj = JsonObject()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue