Skip to content

Instantly share code, notes, and snippets.

@marco-silva0000
Created May 25, 2018 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marco-silva0000/a7beb81ee4f9986c7e7ffcf5098395cf to your computer and use it in GitHub Desktop.
Save marco-silva0000/a7beb81ee4f9986c7e7ffcf5098395cf to your computer and use it in GitHub Desktop.
# 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