Reorganize types to prepare for unit testing

This commit is contained in:
Sven van Heugten 2026-01-03 20:03:18 +01:00
parent 5219abfb4b
commit 83b716a509
7 changed files with 52 additions and 62 deletions

View file

@ -2,7 +2,7 @@ module internal NightLight.Core.ZigbeeCommands
open System.Text.Json.Nodes
open NightLight.Core.Models
open NightLight.Core.Lights
open NightLight.Core.Moods
let generateZigbeeCommand friendlyName targetColor targetBrightness =
let commandObj = JsonObject()