@@ -142,6 +142,8 @@ mesg_num,uint16,,,
142142,, dive_apnea_alarm , 393 ,
143143,, skin_temp_overnight , 398 ,
144144,, hsa_wrist_temperature_data , 409 , Message number for the HSA wrist temperature data message
145+ ,, sleep_disruption_severity_period , 470 ,
146+ ,, sleep_disruption_overnight_severity , 471 ,
145147,, mfg_range_min , 0xFF00 , 0xFF00 - 0xFFFE reserved for manufacturer specific messages
146148,, mfg_range_max , 0xFFFE , 0xFF00 - 0xFFFE reserved for manufacturer specific messages
147149checksum , uint8 ,,,
@@ -1141,6 +1143,7 @@ manufacturer,uint16,,,
11411143,, tektro_racing_products , 333 ,
11421144,, darad_innovation_corporation , 334 ,
11431145,, cycloptim , 335 ,
1146+ ,, runna , 337 ,
11441147,, actigraphcorp , 5759 ,
11451148garmin_product , uint16 ,,,
11461149,, hrm1 , 1 ,
@@ -1573,6 +1576,7 @@ garmin_product,uint16,,,
15731576,, hrm_fit , 4446 ,
15741577,, marq_gen2_commander , 4472 ,
15751578,, lily_athlete , 4477 , aka the Lily 2 Active
1579+ ,, rally_x10 , 4525 , Rally 110/210
15761580,, fenix8_solar , 4532 ,
15771581,, fenix8_solar_large , 4533 ,
15781582,, fenix8_small , 4534 ,
@@ -1585,14 +1589,25 @@ garmin_product,uint16,,,
15851589,, instinct3_amoled_45mm , 4586 ,
15861590,, instinct3_amoled_50mm , 4587 ,
15871591,, descent_g2 , 4588 ,
1592+ ,, venu_x1 , 4603 ,
15881593,, hrm_200 , 4606 ,
15891594,, vivoactive6 , 4625 ,
1595+ ,, fenix8_pro , 4631 ,
1596+ ,, edge_550 , 4633 ,
1597+ ,, edge_850 , 4634 ,
1598+ ,, venu4 , 4643 ,
1599+ ,, venu4s , 4644 ,
15901600,, approachS44 , 4647 ,
1601+ ,, edge_mtb , 4655 ,
15911602,, approachS50 , 4656 ,
15921603,, fenix_e , 4666 ,
1604+ ,, bounce2 , 4745 ,
15931605,, instinct3_solar_50mm , 4759 ,
15941606,, tactix8_amoled , 4775 ,
15951607,, tactix8_solar , 4776 ,
1608+ ,, d2_mach2 , 4879 ,
1609+ ,, instinct_crossover_amoled , 4678 ,
1610+ ,, d2_air_x15 , 4944 ,
15961611,, sdm4 , 10007 , SDM4 footpod
15971612,, edge_remote , 10014 ,
15981613,, tacx_training_app_win , 20533 ,
@@ -4490,6 +4505,11 @@ radar_threat_level_type,enum,,,
44904505,, threat_none , 1 ,
44914506,, threat_approaching , 2 ,
44924507,, threat_approaching_fast , 3 ,
4508+ sleep_disruption_severity , enum ,,,
4509+ ,, none , 0 ,
4510+ ,, low , 1 ,
4511+ ,, medium , 2 ,
4512+ ,, high , 3 ,
44934513max_met_speed_source , enum ,,,
44944514,, onboard_gps , 0 ,
44954515,, connected_gps , 1 ,
0 commit comments