This commit is contained in:
Michael Lehmann
2025-02-18 22:55:03 +01:00
parent f34cf6da8b
commit 5399bc9a8a
8 changed files with 181 additions and 26 deletions

View File

@@ -13,4 +13,5 @@ type BulbStatus struct {
type GroupStatus struct {
Name string
Bulbs []BulbStatus
AllOn bool
}