From a20db4aa1a3fc6d20fb3b1ea8c68867192c9fc75 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sat, 7 Jan 2023 08:56:42 -0700 Subject: [PATCH] add 900 seconds to telemetry --- docs/configuration/module-config/telemetry.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/module-config/telemetry.mdx b/docs/configuration/module-config/telemetry.mdx index 65e9dcea..317aeb05 100644 --- a/docs/configuration/module-config/telemetry.mdx +++ b/docs/configuration/module-config/telemetry.mdx @@ -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