fit-file-parser 1.20.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fit.js +5 -1
- package/package.json +1 -1
package/dist/fit.js
CHANGED
|
@@ -135,6 +135,8 @@ var FIT = exports.FIT = {
|
|
|
135
135
|
21: { field: 'temperature_setting', type: 'display_measure', scale: null, offset: 0, units: '' },
|
|
136
136
|
22: { field: 'local_id', type: 'user_local_id', scale: null, offset: 0, units: '' },
|
|
137
137
|
23: { field: 'global_id', type: 'byte', scale: null, offset: 0, units: '' },
|
|
138
|
+
28: { field: 'wake_time', type: 'localtime_into_day', scale: null, offset: 0, units: '' },
|
|
139
|
+
29: { field: 'sleep_time', type: 'localtime_into_day', scale: null, offset: 0, units: '' },
|
|
138
140
|
30: { field: 'height_setting', type: 'display_measure', scale: null, offset: 0, units: '' }
|
|
139
141
|
},
|
|
140
142
|
4: {
|
|
@@ -359,7 +361,9 @@ var FIT = exports.FIT = {
|
|
|
359
361
|
133: { field: 'avg_stance_time_balance', type: 'uint16', scale: 100, offset: 0, units: 'percent' },
|
|
360
362
|
134: { field: 'avg_step_length', type: 'uint16', scale: 10, offset: 0, units: 'mm' },
|
|
361
363
|
137: { field: 'total_anaerobic_effect', type: 'uint8', scale: 10, offset: 0, units: '' },
|
|
362
|
-
139: { field: 'avg_vam', type: 'uint16', scale: 1000, offset: 0, units: 'm/s' }
|
|
364
|
+
139: { field: 'avg_vam', type: 'uint16', scale: 1000, offset: 0, units: 'm/s' },
|
|
365
|
+
192: { field: 'workout_feel', type: 'uint8', scale: null, offset: 0, units: '' },
|
|
366
|
+
193: { field: 'workout_rpe', type: 'uint8', scale: 10, offset: 0, units: '' }
|
|
363
367
|
},
|
|
364
368
|
19: {
|
|
365
369
|
name: 'lap',
|