Up poll interval because TOTA activations are quick

This commit is contained in:
Ian Renton
2025-12-15 12:22:39 +00:00
parent 097c75eadd
commit 6eaaca3a6f

View File

@@ -9,7 +9,7 @@ from spotproviders.http_spot_provider import HTTPSpotProvider
# The provider typically doesn't give us a lat/lon or SIG explicitly, so our own config provides this information. This
# functionality is implemented for TOTA events.
class XOTA(HTTPSpotProvider):
POLL_INTERVAL_SEC = 300
POLL_INTERVAL_SEC = 120
FIXED_LATITUDE = None
FIXED_LONGITUDE = None
SIG = None