Skip to content

Commit 00cb656

Browse files
authored
Fixed Lint errors due to package updates
1 parent 1b89641 commit 00cb656

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Integrations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For services we distinguish between two types of functionality:
1010
Looking at the individual services, we see the following:
1111

1212
| Service | Download workout plan | Upload results | Remarks |
13-
|---|---|---|---|
13+
| --- | --- | --- | --- |
1414
| File system | No | Yes | Integrated service |
1515
| Strava | No | Yes | Integrated service |
1616
| RowsAndAll.com | No | Yes | Integrated service |
@@ -36,7 +36,7 @@ OpenRowingMonitor supports the following exports, which can be obtained via the
3636
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:
3737

3838
| File type | parameter to create file | parameter to zip file |
39-
|---|---|---|
39+
| --- | --- | --- |
4040
| Garmin FIT files | createFitFiles | gzipFitFiles |
4141
| Garmin TCX files | createTcxFiles | gzipTcxFiles |
4242
| Rowingdata csv | createRowingDataFiles | - |
@@ -173,7 +173,7 @@ The `machineName` is an element that is used to identify your monitor uniquely i
173173
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.
174174

175175
| Field | Meaning | Unit |
176-
|---|---|---|
176+
| --- | --- | --- |
177177
| timestamp | The timestamp of the creation of the metrics | JSON timestamp |
178178
| intervaltype | The type of the current interval | `justrow`, `distance`, `time` or `rest` |
179179
| sessionStatus | | |
@@ -192,13 +192,13 @@ The topic 'OpenRowingMonitor/`machineName`/metrics' will contain your metrics. E
192192
| splitNumber | | Counter |
193193
| heartrate | | Beats per minute |
194194
| velocity | | m/s |
195-
| pace | | sec/500m |
195+
| pace | | sec/500m |
196196
| power | | Watts |
197197
| driveDuration | | milliseconds |
198198
| driveLength | | Meters |
199199
| recoveryDuration | | milliseconds |
200200
| strokeDuration | | milliseconds |
201-
| strokeRate | | strokes per minute|
201+
| strokeRate | | strokes per minute |
202202
| distancePerStroke | | Meters |
203203
| peakHandleForce | Maximum encountered force during the drive | Newtons |
204204
| averageHandleForce | Average handle force during the drive | Newtons |

0 commit comments

Comments
 (0)