From f072e557dc87270729720a49d2adb2ffa4df9355 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 4 Jul 2023 23:26:25 -0700 Subject: [PATCH] 's and add cli commands --- docs/configuration/device-config/network.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/configuration/device-config/network.mdx b/docs/configuration/device-config/network.mdx index a0eb076f..638138a2 100644 --- a/docs/configuration/device-config/network.mdx +++ b/docs/configuration/device-config/network.mdx @@ -32,13 +32,13 @@ Set to `false` (Disabled) by default. ### WiFi SSID -This is your WiFi Networks SSID. +This is your WiFi Network's SSID. Empty `""` by default. (Case Sensitive, Max Length: 33) ### WiFi PSK -This is your WiFi Networks password. +This is your WiFi Network's password. Empty `""` by default. (Case Sensitive, Max Length: 64) @@ -106,8 +106,10 @@ All Network config options are available in the python CLI. | :------------------: | :---------------: | :--------------: | | network.ntp_server | string | `0.pool.ntp.org` | | network.wifi_enabled | `true`, `false` | `false` | -| network.wifi_psk | string | `""` | | network.wifi_ssid | string | `""` | +| network.wifi_psk | string | `""` | +| network.eth_enabled | `true`, `false` | `false` | +| network.address_mode | `DHCP`, `STATIC` | `DHCP` | :::tip