Skip to content

Commit

Permalink
Remove Params from driver struct
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Dec 30, 2013
1 parent 7bfd849 commit 2e5c745
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion device.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ type device struct {
Interval string `json:"-"`
Robot *Robot `json:"-"`
Driver DriverInterface
Params map[string]string `json:"-"`
}

type Device interface {
Expand Down
1 change: 0 additions & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type Driver struct {
Interval string
Pin string
Name string
Params map[string]string
Commands []string
Events map[string]chan interface{} `json:"-"`
}
Expand Down

0 comments on commit 2e5c745

Please sign in to comment.