first commit of files
This commit is contained in:
7
models/set.go
Normal file
7
models/set.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Set struct {
|
||||
Bus uint `json:"bus"`
|
||||
Address uint `json:"address"`
|
||||
Value uint8 `json:"value"`
|
||||
}
|
Reference in New Issue
Block a user