You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -232,7 +234,7 @@ It also configures timeouts to control how long `viam-agent` waits for a valid l
232
234
|`manufacturer`| string | Optional | Purely informative. May be displayed on captive portal or provisioning app. Default: `"viam"`. |
233
235
|`model`| string | Optional | Purely informative. May be displayed on captive portal or provisioning app. Default: `"custom"`. |
234
236
|`fragment_id`| string | Optional | The `fragment_id` of the fragment to configure machines with. Required when using the Viam mobile app for provisioning. The Viam mobile app uses the fragment to configure the machine. |
235
-
|`hotspot_interface`| string | Optional | The interface to use for hotspot/provisioning/wifi management. Default: first discovered 802.11 device. |
237
+
|`hotspot_interface`| string | Optional | The interface to use for hotspot/provisioning/wifi management. Example: `"wlan0"`. Default: first discovered 802.11 device. |
236
238
|`hotspot_prefix`| string | Optional |`viam-agent` will prepend this to the hostname of the device and use the resulting string for the provisioning hotspot SSID. Default: `"viam-setup"`. |
237
239
|`hotspot_password`| string | Optional | The Wifi password for the provisioning hotspot. Default: `"viamsetup"`. |
238
240
|`disable_captive_portal_redirect`| boolean | Optional | By default, all DNS lookups are redirected to the "sign in" portal, which can cause mobile devices to automatically display the portal. When set to true, only DNS requests for domains ending in .setup, like `viam.setup` are redirected, preventing the portal from appearing unexpectedly, especially convenient when using a mobile app for provisioning. Default: `false`. |
@@ -264,6 +266,7 @@ The following configuration defines the connection information and credentials f
Copy file name to clipboardExpand all lines: docs/manage/reference/viam-agent/_index.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ For information on managing the service, see [Manage `viam-agent`](/manage/refer
108
108
"manufacturer": "viam",
109
109
"model": "custom",
110
110
"fragment_id": "",
111
+
"hotspot_interface": "wlan0",
111
112
"hotspot_prefix": "viam-setup",
112
113
"hotspot_password": "viamsetup",
113
114
"disable_captive_portal_redirect": false,
@@ -231,7 +232,7 @@ You can also start `viam-agent` in fast start mode by setting `VIAM_AGENT_FAST_S
231
232
|`device_reboot_after_offline_minutes`| integer | Optional | If set, `viam-agent` will reboot the device after it has been offline for the specified duration. Default: `0` (disabled). |
232
233
|`disable_captive_portal_redirect`| boolean | Optional | By default, ALL DNS lookups using the provisioning hotspot will redirect to the device. This causes most phones/mobile devices to automatically redirect the user to the captive portal as a "sign in" screen. When disabled, only domains ending in .setup (ex: viam.setup) will be redirected. This generally avoids displaying the portal to users and is mainly used in conjunction with a mobile provisioning application workflow. Default: `false`. |
233
234
|`fragment_id`| string | Optional | The `fragment_id` of the fragment to configure machines with. Required when using the Viam mobile app for provisioning. The Viam mobile app uses the fragment to configure the machine. |
234
-
|`hotspot_interface`| string | Optional | The interface to use for hotspot/provisioning/wifi management. Default: first discovered 802.11 device. |
235
+
|`hotspot_interface`| string | Optional | The interface to use for hotspot/provisioning/wifi management. Example: `"wlan0"`. Default: first discovered 802.11 device. |
235
236
|`hotspot_password`| string | Optional | The Wifi password for the provisioning hotspot. Default: `"viamsetup"`. |
236
237
|`hotspot_prefix`| string | Optional |`viam-agent` will prepend this to the hostname of the device and use the resulting string for the provisioning hotspot SSID. Default: `"viam-setup"`. |
237
238
|`manufacturer`| string | Optional | Purely informative. May be displayed on captive portal or provisioning app. Default: `"viam"`. |
0 commit comments