fix: correct property names

This commit is contained in:
ivan-the-terrible 2024-04-04 20:29:19 +00:00 committed by Jan De Dobbeleer
parent b7ec145354
commit aaaa83f0a5
3 changed files with 22 additions and 24 deletions

View file

@ -59,17 +59,17 @@ import Config from '@site/src/components/Config.js';
## Properties ## Properties
| Name | Type | Description | | Name | Type | Description |
| --------------------- | -------- | --------------------------------------------------------------------------------------------------------------- | | ----------------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
| `access_token` | `string` | token from Strava login, see login link in section above. | | `access_token` | `string` | token from Strava login, see login link in section above. |
| `refresh_token` | `string` | token from Strava login, see login link in section above. | | `refresh_token` | `string` | token from Strava login, see login link in section above. |
| `expires_in` | `int` | the default timeout of the token from the Strava login | | `expires_in` | `int` | the default timeout of the token from the Strava login |
| `http_timeout` | `int` | how long do you want to wait before you want to see your prompt more than your strava data? - defaults to 500ms | | `http_timeout` | `int` | how long do you want to wait before you want to see your prompt more than your strava data? - defaults to 500ms |
| `CacheTimeout` | `int` | in minutes - How long do you want your Strava data cached? - defaults to 5 min | | `cache_timeout` | `int` | in minutes - How long do you want your Strava data cached? - defaults to 5 min |
| `RideIcon` | `string` | defaults to `\uf206` | | `ride_icon` | `string` | defaults to `\uf206` |
| `RunIcon` | `string` | defaults to `\ue213` | | `run_icon` | `string` | defaults to `\ue213` |
| `SkiingIcon` | `string` | defaults to `\ue213` | | `skiing_icon` | `string` | defaults to `\ue213` |
| `WorkOutIcon` | `string` | defaults to `\ue213` | | `workout_icon` | `string` | defaults to `\ue213` |
| `UnknownActivityIcon` | `string` | defaults to `\ue213` | | `unknown_activity_icon` | `string` | defaults to `\ue213` |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -28,10 +28,8 @@ import Config from '@site/src/components/Config.js';
## Properties ## Properties
| Name | Type | Description | | Name | Type | Description |
| --------------- | --------- | ---------------------------------------------------------------------------------- | | --------------- | --------- | -------------------------------------------------------------------------------------------------------- |
| `fetch_version` | `boolean` | fetch the version information from `versions.tf`, `main.tf` or `terraform.tfstate` | | `fetch_version` | `boolean` | fetch the version information from `versions.tf`, `main.tf` or `terraform.tfstate` - defaults to `false` |
defaults to `false`
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -45,12 +45,12 @@ import Config from '@site/src/components/Config.js';
## Properties ## Properties
| Name | Type | Description | | Name | Type | Description |
| --------------- | -------- | ----------------------------------------------------------------------------------------------------------------- | | ---------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
| `access_token` | `string` | token from Withings login, see login link in section above. | | `access_token` | `string` | token from Withings login, see login link in section above. |
| `refresh_token` | `string` | token from Withings login, see login link in section above. | | `refresh_token` | `string` | token from Withings login, see login link in section above. |
| `expires_in` | `int` | the default timeout of the token from the Withings login | | `expires_in` | `int` | the default timeout of the token from the Withings login |
| `http_timeout` | `int` | how long do you want to wait before you want to see your prompt more than your Withings data? - defaults to 500ms | | `http_timeout` | `int` | how long do you want to wait before you want to see your prompt more than your Withings data? - defaults to 500ms |
| `CacheTimeout` | `int` | in minutes - How long do you want your Withings data cached? - defaults to 5 min | | `cache_timeout` | `int` | in minutes - How long do you want your Withings data cached? - defaults to 5 min |
## Template ([info][templates]) ## Template ([info][templates])