Created
May 25, 2018 12:27
-
-
Save marco-silva0000/a7beb81ee4f9986c7e7ffcf5098395cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# settings.py | |
FULGURIT = { | |
'SPRINKLERS': { | |
'WAIT_TIME_FOR_IRRIGATION_END': 15, | |
'WAIT_TIME_FOR_IRRIGATION_END_PER_GROUP': 5, | |
'WAIT_TIME_FOR_IRRIGATION_GROUP_START': 2, | |
'WATCHDOG_LOOKBACK_TIME': 3 | |
}, | |
'ENVIRONMENTAL_CONTROL': { | |
'SPEED_HYSTERESIS': 2.5, | |
'ANGLE_HYSTERESIS': 15, | |
'MINIMUM_ACTUATION_CHANGE': 5, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment