add 900 seconds to telemetry

This commit is contained in:
rcarteraz 2023-01-07 08:56:42 -07:00 committed by Thomas Göttgens
parent 301c055312
commit a20db4aa1a

View file

@ -103,11 +103,11 @@ All telemetry module config options are available in the python CLI. Example com
| Setting | Acceptable Values | Default |
| :-----------------------------------------------------: | :-----------------: | :-----: |
| telemetry.device_update_interval | `integer` (seconds) | Default `0` is 15 minutes. |
| telemetry.device_update_interval | `integer` (seconds) | Default `0` is 15 minutes(`900` seconds). |
| telemetry.environment_display_fahrenheit | `true`, `false` | `false` |
| telemetry.environment_measurement_enabled | `true`, `false` | `false` |
| telemetry.environment_screen_enabled | `true`, `false` | `0` |
| telemetry.environment_update_interval | `integer` (seconds) | Default `0` is 15 minutes. |
| telemetry.environment_update_interval | `integer` (seconds) | Default `0` is 15 minutes(`900` seconds). |
:::tip