We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: In mixed conditions, Helios can switch between good and bad conditions very rapidly.
Solution: Add a parameter config.helios.min_seconds_between_state_changes that prevents Helios from changing its decision to quickly.
config.helios.min_seconds_between_state_changes
The text was updated successfully, but these errors were encountered:
#195 Reduce quickly alternating Helios decisions (1)
d103ccd
Implement core logic
#195 Reduce quickly alternating Helios decisions (2)
b5504e9
Implement UI logic
8355afb
9fdfa64
dostuffthatmatters
No branches or pull requests
Problem: In mixed conditions, Helios can switch between good and bad conditions very rapidly.
Solution: Add a parameter
config.helios.min_seconds_between_state_changes
that prevents Helios from changing its decision to quickly.The text was updated successfully, but these errors were encountered: