mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-26 13:48:49 +08:00
Remove Params from driver struct
This commit is contained in:
parent
7bfd8497c7
commit
2e5c745432
@ -9,7 +9,6 @@ type device struct {
|
||||
Interval string `json:"-"`
|
||||
Robot *Robot `json:"-"`
|
||||
Driver DriverInterface
|
||||
Params map[string]string `json:"-"`
|
||||
}
|
||||
|
||||
type Device interface {
|
||||
|
Loading…
x
Reference in New Issue
Block a user