Files
tecamino-driver-artNet/models/get.go
2025-04-18 10:30:18 +02:00

6 lines
59 B
Go

package models
type Get struct {
Bus uint `json:"bus"`
}