mirror of
https://github.com/kaaninchen/Laterna.git
synced 2026-09-17 19:12:48 +00:00
setCurrent
This commit is contained in:
@@ -26,3 +26,7 @@ type LampState struct {
|
||||
Color string `json:"color"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
|
||||
type LampUpdateRequest struct {
|
||||
Color string `json:"color"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user