8 lines
198 B
Python
8 lines
198 B
Python
|
"""Constants for buienradar component."""
|
||
|
DEFAULT_TIMEFRAME = 60
|
||
|
|
||
|
"""Schedule next call after (minutes)."""
|
||
|
SCHEDULE_OK = 10
|
||
|
"""When an error occurred, new call after (minutes)."""
|
||
|
SCHEDULE_NOK = 2
|