From 197cf7af0f8ca72856ed9bc03389b282567fd1e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 19 May 2026 13:27:52 -0500 Subject: [PATCH] Garmin FIT SDK 21.205.0 Change-Id: I7170680fa40dbafeceea7b1149861b98b36f3d68 --- garmin_fit_sdk/__init__.py | 6 +++--- garmin_fit_sdk/accumulator.py | 4 ++-- garmin_fit_sdk/bitstream.py | 4 ++-- garmin_fit_sdk/crc_calculator.py | 4 ++-- garmin_fit_sdk/decoder.py | 4 ++-- garmin_fit_sdk/encoder.py | 4 ++-- garmin_fit_sdk/fit.py | 4 ++-- garmin_fit_sdk/hr_mesg_utils.py | 4 ++-- garmin_fit_sdk/mesg_definition.py | 4 ++-- garmin_fit_sdk/output_stream.py | 4 ++-- garmin_fit_sdk/profile.py | 12 ++++++++---- garmin_fit_sdk/stream.py | 4 ++-- garmin_fit_sdk/util.py | 4 ++-- pyproject.toml | 2 +- tests/__init__.py | 2 +- 15 files changed, 35 insertions(+), 31 deletions(-) diff --git a/garmin_fit_sdk/__init__.py b/garmin_fit_sdk/__init__.py index f6ed582..4bdce4e 100644 --- a/garmin_fit_sdk/__init__.py +++ b/garmin_fit_sdk/__init__.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ @@ -23,4 +23,4 @@ from garmin_fit_sdk.stream import Stream from garmin_fit_sdk.util import FIT_EPOCH_S, convert_datetime_to_timestamp, convert_timestamp_to_datetime, BASE_TYPE_TO_FIELD_TYPE, FIELD_TYPE_TO_BASE_TYPE -__version__ = '21.202.0' +__version__ = '21.205.0' diff --git a/garmin_fit_sdk/accumulator.py b/garmin_fit_sdk/accumulator.py index 784cbad..5bb1a43 100644 --- a/garmin_fit_sdk/accumulator.py +++ b/garmin_fit_sdk/accumulator.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/bitstream.py b/garmin_fit_sdk/bitstream.py index 3ca478c..05ba996 100644 --- a/garmin_fit_sdk/bitstream.py +++ b/garmin_fit_sdk/bitstream.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/crc_calculator.py b/garmin_fit_sdk/crc_calculator.py index ad518d5..c989e39 100644 --- a/garmin_fit_sdk/crc_calculator.py +++ b/garmin_fit_sdk/crc_calculator.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/decoder.py b/garmin_fit_sdk/decoder.py index 8472490..0a7cdb1 100644 --- a/garmin_fit_sdk/decoder.py +++ b/garmin_fit_sdk/decoder.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/encoder.py b/garmin_fit_sdk/encoder.py index 03257ee..b74deef 100644 --- a/garmin_fit_sdk/encoder.py +++ b/garmin_fit_sdk/encoder.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/fit.py b/garmin_fit_sdk/fit.py index 934bbaa..a305e8d 100644 --- a/garmin_fit_sdk/fit.py +++ b/garmin_fit_sdk/fit.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/hr_mesg_utils.py b/garmin_fit_sdk/hr_mesg_utils.py index 35e8f5e..2f8a2db 100644 --- a/garmin_fit_sdk/hr_mesg_utils.py +++ b/garmin_fit_sdk/hr_mesg_utils.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/mesg_definition.py b/garmin_fit_sdk/mesg_definition.py index 58693d0..8e44c85 100644 --- a/garmin_fit_sdk/mesg_definition.py +++ b/garmin_fit_sdk/mesg_definition.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/output_stream.py b/garmin_fit_sdk/output_stream.py index 22a3422..e31bdcb 100644 --- a/garmin_fit_sdk/output_stream.py +++ b/garmin_fit_sdk/output_stream.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/profile.py b/garmin_fit_sdk/profile.py index ddee07a..842e1d3 100644 --- a/garmin_fit_sdk/profile.py +++ b/garmin_fit_sdk/profile.py @@ -5,15 +5,15 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ Profile = { 'version': { 'major': 21, - 'minor': 202, + 'minor': 205, 'patch': 0, 'type': "Release" }, @@ -20950,7 +20950,7 @@ 'array': "true", 'scale': [1000], 'offset': [0], - 'units': "degC", + 'units': "C", 'bits': [], 'components': [], 'is_accumulated': False, @@ -25104,10 +25104,14 @@ '4759': 'instinct3_solar_50mm', '4775': 'tactix8_amoled', '4776': 'tactix8_solar', + '4814': 'fr170_music', + '4815': 'fr170', '4825': 'approach_j1', '4879': 'd2_mach2', + '4916': 'fr70_2026', '4678': 'instinct_crossover_amoled', '4944': 'd2_air_x15', + '5056': 'd2_mach2_pro', '10007': 'sdm4', # SDM4 footpod '10014': 'edge_remote', '20533': 'tacx_training_app_win', diff --git a/garmin_fit_sdk/stream.py b/garmin_fit_sdk/stream.py index d411dc5..23a8466 100644 --- a/garmin_fit_sdk/stream.py +++ b/garmin_fit_sdk/stream.py @@ -11,8 +11,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/garmin_fit_sdk/util.py b/garmin_fit_sdk/util.py index 009dbd7..738225d 100644 --- a/garmin_fit_sdk/util.py +++ b/garmin_fit_sdk/util.py @@ -7,8 +7,8 @@ # Transfer (FIT) Protocol License. ########################################################################################### # ****WARNING**** This file is auto-generated! Do NOT edit this file. -# Profile Version = 21.202.0Release -# Tag = production/release/21.202.0-0-g9a57aebc +# Profile Version = 21.205.0Release +# Tag = production/release/21.205.0-0-gb3c261eb ############################################################################################ diff --git a/pyproject.toml b/pyproject.toml index cb1be7d..8e97ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools >= 64"] build-backend = "setuptools.build_meta" [project] -version = "21.202.0" +version = "21.205.0" name = "garmin-fit-sdk" description = "Garmin FIT Python SDK" authors = [{ name = "Garmin International, Inc." }] diff --git a/tests/__init__.py b/tests/__init__.py index c52992b..ad51d2e 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -8,4 +8,4 @@ # __init__.py for the fit sdk tests module -__version__ = '21.202.0' \ No newline at end of file +__version__ = '21.205.0' \ No newline at end of file