lib/fit4ruby/GlobalFitDictionaries.rb in fit4ruby-0.0.8 vs lib/fit4ruby/GlobalFitDictionaries.rb in fit4ruby-0.0.9
- old
+ new
@@ -64,10 +64,17 @@
entry 2, 'good'
entry 3, 'ok'
entry 4, 'low'
entry 5, 'critical'
+ dict 'comm_timeout_type'
+ entry 0, 'wildcard_paring_timeout'
+ entry 1, 'pairing_timeout'
+ entry 2, 'connection_lost'
+ entry 3, 'connection_timeout'
+
+
dict 'device_type'
entry 0, 'gps' # Just a guess
entry 3, 'acceleration' # Just a guess
entry 4, 'barometric_pressure' # Just a guess
entry 1, 'antfs'
@@ -127,10 +134,14 @@
entry 37, 'vo2max' # guess
entry 38, 'recovery_time' # guess (in minutes)
entry 39, 'recovery_info' # guess (in minutes, < 24 good, > 24h poor)
entry 42, 'front_gear_change'
entry 43, 'rear_gear_change'
+ entry 44, 'rider_position_change'
+ entry 45, 'elev_high_alert'
+ entry 46, 'elev_low_alert'
+ entry 47, 'comm_timeout'
dict 'event_type'
entry 0, 'start_time'
entry 1, 'stop'
entry 2, 'consecutive_depreciated'
@@ -157,10 +168,16 @@
entry 15, 'monitoring_a'
entry 20, 'activity_summary'
entry 28, 'monitoring_daily'
entry 32, 'monitoring_b'
+ dict 'fitness_equipment_state'
+ entry 0, 'ready'
+ entry 1, 'in_use'
+ entry 2, 'paused'
+ entry 3, 'unknown'
+
dict 'garmin_product'
entry 8, 'hrm_run_single_byte_product_id'
entry 1551, 'fenix'
# The Fenix3 is rumored to have a Mediatek MT3333 GPS chipset. Not sure if
# that would be a beter name.
@@ -311,9 +328,13 @@
dict 'message_index'
entry 0x0FFF, 'mask'
entry 0x7000, 'reserved'
entry 0x8000, 'selected'
+
+ dict 'rider_position_type'
+ entry 0, 'seated'
+ entry 1, 'standing'
dict 'session_trigger'
entry 0, 'activity_end'
entry 1, 'manual'
entry 2, 'auto_multi_sport'