cyberjunky / python-garminconnect

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

Fix get_device_alarms #178

Closed theboywho closed 1 year ago

theboywho commented 1 year ago

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

Closes #177

cyberjunky commented 1 year ago

Thank you fixing this bug/unwanted change.