diff --git a/docs/configuration/device-config/device.mdx b/docs/configuration/device-config/device.mdx index a85808c9..ad6b7d40 100644 --- a/docs/configuration/device-config/device.mdx +++ b/docs/configuration/device-config/device.mdx @@ -100,15 +100,15 @@ All device config options are available in the python CLI. Example commands are ::: -| Setting | Acceptable Values | Default | -| ------------------------------- | ------------------------------------------------------------------------- | ----------------- | -| device.debug_log_enabled | `true`, `false` | `false` | -| device.role | `CLIENT`, `CLIENT_MUTE`, `ROUTER`, `ROUTER_CLIENT`, `REPEATER`, `TRACKER` | `CLIENT` | -| device.rebroadcast_mode | `ALL`, `ALL_SKIP_DECODING`, `LOCAL_ONLY` | `ALL` | -| device.serial_enabled | `true`, `false` | `true` | -| device.button_gpio | `0` - `34` | `0` | -| device.buzzer_gpio | `0` - `34` | `0` | -| device.node_info_broadcast_secs | `0` - `UINT MAX` | `10800` (3 hours) | +| Setting | Acceptable Values | Default | +| ------------------------------- | ----------------------------------------------------------------------------------- | ----------------- | +| device.debug_log_enabled | `true`, `false` | `false` | +| device.role | `CLIENT`, `CLIENT_MUTE`, `ROUTER`, `ROUTER_CLIENT`, `REPEATER`, `TRACKER`, `SENSOR` | `CLIENT` | +| device.rebroadcast_mode | `ALL`, `ALL_SKIP_DECODING`, `LOCAL_ONLY` | `ALL` | +| device.serial_enabled | `true`, `false` | `true` | +| device.button_gpio | `0` - `34` | `0` | +| device.buzzer_gpio | `0` - `34` | `0` | +| device.node_info_broadcast_secs | `0` - `UINT MAX` | `10800` (3 hours) | :::tip