Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement scaling for RainControl #30

Merged
merged 2 commits into from
Nov 13, 2022
Merged

Conversation

calvinmclean
Copy link
Owner

  • This allows for scaling watering down based on rain data rather than just skipping
  • Reuses ScaleControl struct with new method
  • ScaleControl can be used to scale all the way to 0, so skip is not needed anymore

Closes #18

- This allows for scaling watering down based on rain data rather than
  just skipping
- Reuses ScaleControl struct with new method
- ScaleControl can be used to scale all the way to 0, so skip is not
  needed anymore

Closes #18
@calvinmclean calvinmclean merged commit 337a049 into main Nov 13, 2022
@calvinmclean calvinmclean deleted the feature/18/rain-scaling branch November 13, 2022 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add optional scaling to RainControl
1 participant