You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Integrations.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ For services we distinguish between two types of functionality:
10
10
Looking at the individual services, we see the following:
11
11
12
12
| Service | Download workout plan | Upload results | Remarks |
13
-
|---|---|---|---|
13
+
|---|---|---|---|
14
14
| File system | No | Yes | Integrated service |
15
15
| Strava | No | Yes | Integrated service |
16
16
| RowsAndAll.com | No | Yes | Integrated service |
@@ -36,7 +36,7 @@ OpenRowingMonitor supports the following exports, which can be obtained via the
36
36
The creation of each of these files is independently controlled via their own parameters in the `config.js`. You can turn on each filetype independently without issue, as OpenRowingMonitor will make sure the names will not be identical, even when the file extension is the same. OpenRowingMonitor can create regular files and gzipped files (which are accepted by several websites) and will write them in the directory specified in the `dataDirectory` parameter of `config.js`. In `config.js`, you can set a parameter to create a file and another parameter to gzip it. The following parameters are available:
37
37
38
38
| File type | parameter to create file | parameter to zip file |
39
-
|---|---|---|
39
+
|---|---|---|
40
40
| Garmin FIT files | createFitFiles | gzipFitFiles |
@@ -173,7 +173,7 @@ The `machineName` is an element that is used to identify your monitor uniquely i
173
173
The topic 'OpenRowingMonitor/`machineName`/metrics' will contain your metrics. Each completed stroke results in one message, initiated at the beginning of the drive. At the begin/end of splits, intervals and sessions an additional message will be sent. Flags indicate the rowing machine state and all associated metrics.
174
174
175
175
| Field | Meaning | Unit |
176
-
|---|---|---|
176
+
|---|---|---|
177
177
| timestamp | The timestamp of the creation of the metrics | JSON timestamp |
178
178
| intervaltype | The type of the current interval |`justrow`, `distance`, `time` or `rest`|
179
179
| sessionStatus |||
@@ -192,13 +192,13 @@ The topic 'OpenRowingMonitor/`machineName`/metrics' will contain your metrics. E
192
192
| splitNumber || Counter |
193
193
| heartrate || Beats per minute |
194
194
| velocity || m/s |
195
-
| pace || sec/500m |
195
+
| pace || sec/500m |
196
196
| power || Watts |
197
197
| driveDuration || milliseconds |
198
198
| driveLength || Meters |
199
199
| recoveryDuration || milliseconds |
200
200
| strokeDuration || milliseconds |
201
-
| strokeRate || strokes per minute|
201
+
| strokeRate || strokes per minute|
202
202
| distancePerStroke || Meters |
203
203
| peakHandleForce | Maximum encountered force during the drive | Newtons |
204
204
| averageHandleForce | Average handle force during the drive | Newtons |
0 commit comments