cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
802 stars 132 forks source link

Fix get_device_alarms #178

Closed theboywho closed 7 months ago

theboywho commented 7 months ago

Replacing def get_device_alarms(self) -> List[str, Any]: with def get_device_alarms(self) -> Dict[str, Any]:

Closes #177

cyberjunky commented 7 months ago

Thank you fixing this bug/unwanted change.