setCurrent

This commit is contained in:
Mitsu
2025-07-09 20:00:11 +02:00
parent 5281f73148
commit 684cd08c1c
4 changed files with 60 additions and 5 deletions
+4
View File
@@ -26,3 +26,7 @@ type LampState struct {
Color string `json:"color"`
UpdatedAt time.Time `json:"updated_at"`
}
type LampUpdateRequest struct {
Color string `json:"color"`
}