insert routes to main and driver
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package models
|
||||
|
||||
type Set struct {
|
||||
Bus uint `json:"bus"`
|
||||
Address uint `json:"address"`
|
||||
Value uint8 `json:"value"`
|
||||
Bus string `json:"bus"`
|
||||
Address uint `json:"address"`
|
||||
Value uint8 `json:"value"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user