add scene save and load in quasar backend
This commit is contained in:
7
backend/models/values.go
Normal file
7
backend/models/values.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Values struct {
|
||||
MovingHead *MovingHead `json:"movingHead"`
|
||||
LightBar *LightBar `json:"lightBar"`
|
||||
Value any `json:"value"`
|
||||
}
|
Reference in New Issue
Block a user