From 89ace8f50cce42da5dac9191959ebe8ef1d36cf4 Mon Sep 17 00:00:00 2001 From: kokolocomotion1 <166180469+kokolocomotion1@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:35:10 -0600 Subject: [PATCH 1/2] Update parameters.mdx Corrected auto connect value requirements from minutes to seconds. We currently support seconds and not minutes. --- .../warp/deployment/mdm-deployment/parameters.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx index bee0cef29bb1575..f08350f7e16605d 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx @@ -75,14 +75,14 @@ Requires the `auth_client_id` parameter. ### `auto_connect` -If switch has been turned off by user, the client will automatically turn itself back on after the specified number of minutes. We recommend keeping this set to a very low value — usually just enough time for a user to log in to hotel or airport Wi-Fi. If any value is specified for `auto_connect` the default state of the WARP client will always be Connected (for example, after the initial install or a reboot). +If switch has been turned off by user, the client will automatically turn itself back on after the specified number of seconds. We recommend keeping this set to a very low value — usually just enough time for a user to log in to hotel or airport Wi-Fi. If any value is specified for `auto_connect` the default state of the WARP client will always be Connected (for example, after the initial install or a reboot). **Value Type:** `integer` **Value:** * `0` — Allow the switch to stay in the off position indefinitely until the user turns it back on. -* `1` to `1440` — Turn switch back on automatically after the specified number of minutes. +* `1` to `86,400` — Turn switch back on automatically after the specified number of seconds. :::note @@ -249,4 +249,4 @@ An optional property. `is_browser` will help the Cloudflare One Agent applicatio **Value Type**: `boolean` -**Value**: If the value is `true`, identifies the application defined in `app_identifier` as a browser. The default value is `false` and `is_browser` is an optional property. \ No newline at end of file +**Value**: If the value is `true`, identifies the application defined in `app_identifier` as a browser. The default value is `false` and `is_browser` is an optional property. From 47c754717edff58f50032ece6c6aa7b63c870b0c Mon Sep 17 00:00:00 2001 From: kokolocomotion1 <166180469+kokolocomotion1@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:31:05 -0600 Subject: [PATCH 2/2] Update src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com> --- .../warp/deployment/mdm-deployment/parameters.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx index f08350f7e16605d..574bf7272035f80 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx @@ -82,7 +82,7 @@ If switch has been turned off by user, the client will automatically turn itself **Value:** * `0` — Allow the switch to stay in the off position indefinitely until the user turns it back on. -* `1` to `86,400` — Turn switch back on automatically after the specified number of seconds. +* `1` to `86400` — Turn switch back on automatically after the specified number of seconds. :::note