Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 42a6993

Browse files
add devices from FIT SDK 2.106
1 parent f5b79c1 commit 42a6993

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/phpFITFileAnalysis.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ class phpFITFileAnalysis
360360
8 => 'hrm_run_single_byte_product_id',
361361
9 => 'bsm',
362362
10 => 'bcm',
363+
11 => 'axs01',
364+
12 => 'HRM-Tri', // 'hrm_tri_single_byte_product_id',
365+
14 => 'Forerunner 225', // 'fr225_single_byte_product_id',
363366
473 => 'Forerunner 301', // 'fr301_china',
364367
474 => 'Forerunner 301', // 'fr301_japan',
365368
475 => 'Forerunner 301', // 'fr301_korea',
@@ -412,7 +415,9 @@ class phpFITFileAnalysis
412415
1735 => 'virb_elite',
413416
1736 => 'edge_touring',
414417
1742 => 'Edge 510', // 'edge510_japan',
418+
1743 => 'HRM-Tri', // 'hrm_tri',
415419
1752 => 'hrm_run',
420+
1765 => 'Forerunner 920XT', // 'fr920xt',
416421
1821 => 'Edge 510', // 'edge510_asia',
417422
1822 => 'Edge 810', // 'edge810_china',
418423
1823 => 'Edge 810', // 'edge810_taiwan',
@@ -421,11 +426,14 @@ class phpFITFileAnalysis
421426
1853 => 'virb_remote',
422427
1885 => 'vivo_ki',
423428
1903 => 'Forerunner 15', // 'fr15',
429+
1907 => 'vivoactive', // 'vivo_active',
424430
1918 => 'Edge 510', // 'edge510_korea',
425431
1928 => 'Forerunner 620', // 'fr620_japan',
426432
1929 => 'Forerunner 620', // 'fr620_china',
427433
1930 => 'Forerunner 220', // 'fr220_japan',
428434
1931 => 'Forerunner 220', // 'fr220_china',
435+
1936 => 'Approach S6', // 'approach_s6'
436+
1956 => 'vívosmart', // 'vivo_smart',
429437
1967 => 'Fenix 2', // fenix2
430438
1988 => 'epix',
431439
2050 => 'Fenix 3', // fenix3

0 commit comments

Comments
 (0)