Ohmbrewer / ohmbrewer

The web application for a happy brew day.
http://ohmbrewer.github.io
0 stars 0 forks source link

Refactor Pump class #63

Closed kyleoliveira closed 8 years ago

kyleoliveira commented 8 years ago

The Pump class needs to be refactored to better match what's on the Rhizome. It should only have a Power pin - no Control Pin and no Speed. Those options will be reimplemented in a Variable-speed Pump in the future, but we're not quite ready for that. Dropping the extra stuff will help avoid confusion.