-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.ts
84 lines (84 loc) · 1.77 KB
/
messages.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
export const MESSAGES: { [index: number]: string } = {
0: "fileId",
1: "capabilities",
2: "deviceSettings",
3: "userProfile",
4: "hrmProfile",
5: "sdmProfile",
6: "bikeProfile",
7: "zonesTarget",
8: "hrZone",
9: "powerZone",
10: "metZone",
12: "sport",
15: "goal",
18: "session",
19: "lap",
20: "record",
21: "event",
22: "source",
23: "deviceInfo",
26: "workout",
27: "workoutStep",
28: "schedule",
29: "location",
30: "weightScale",
31: "course",
32: "coursePoint",
33: "totals",
34: "activity",
35: "software",
37: "fileCapabilities",
38: "mesgCapabilities",
39: "fieldCapabilities",
49: "fileCreator",
51: "bloodPressure",
53: "speedZone",
55: "monitoring",
72: "trainingFile",
78: "hrv",
80: "antRx",
81: "antTx",
82: "antChannelId",
101: "length",
103: "monitoringInfo",
104: "batteryInfo",
105: "pad",
106: "slaveDevice",
127: "connectivity",
128: "weatherConditions",
129: "weatherAlert",
131: "cadenceZone",
132: "hr",
142: "segmentLap",
145: "memoGlob",
147: "sensorInfo",
148: "segmentId",
149: "segmentLeaderboardEntry",
150: "segmentPoint",
151: "segmentFile",
159: "watchfaceSettings",
160: "gpsMetadata",
161: "cameraEvent",
162: "timestampCorrelation",
164: "gyroscopeData",
165: "accelerometerData",
167: "threeDSensorCalibration",
169: "videoFrame",
174: "obdiiData",
177: "nmeaSentence",
178: "aviationAttitude",
184: "video",
185: "videoTitle",
186: "videoDescription",
187: "videoClip",
188: "ohrSettings",
200: "exdScreenConfiguration",
201: "exdDataFieldConfiguration",
202: "exdDataConceptConfiguration",
206: "fieldDescription",
207: "developerDataId",
208: "magnetometerData",
65280: "mfgRangeMin",
65534: "mfgRangeMax",
};