diff --git a/src/aag/weather.py b/src/aag/weather.py index 9e4766b..3f11f05 100644 --- a/src/aag/weather.py +++ b/src/aag/weather.py @@ -117,7 +117,7 @@ def capture(self, callback: Callable | None = None, units: WhichUnits = 'none') except KeyboardInterrupt: pass - def get_reading(self, units: WhichUnits = 'none', avg_times: int = 5) -> dict: + def get_reading(self, units: WhichUnits = 'none', avg_times: int = 3) -> dict: """ Get a single reading of all values. Args: