From ecb26defd743f8e1a73f47e7253ec76525c45270 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Mon, 30 Jan 2023 10:34:30 -0700 Subject: [PATCH] change `all` description wording --- docs/configuration/device-config/device.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/device-config/device.mdx b/docs/configuration/device-config/device.mdx index 8826df52..834352ca 100644 --- a/docs/configuration/device-config/device.mdx +++ b/docs/configuration/device-config/device.mdx @@ -37,7 +37,7 @@ This setting defines the device's behavior for how messages are rebroadcasted. [ | Value | Description | | :-----------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| `ALL` | ALL (Default) - Rebroadcast any observed message, whether it was on our private channel or from another mesh with the same lora params. | +| `ALL` | ALL (Default) - This setting will rebroadcast ALL messages from its primary mesh as well as other meshes with the same modem settings, including when encryption settings differ. | | `All_SKIP_DECODING` | ALL_SKIP_DECODING - Same as behavior as ALL, but skips packet decoding and simply rebroadcasts them. **Only available with Repeater role.** | | `LOCAL_ONLY` | LOCAL_ONLY - Ignores observed messages from foreign meshes that are open or those which it cannot decrypt. Only rebroadcasts message on the nodes local primary / secondary channels. |