From f7b8c5a767970eb84d4071beca8d7d2b8fc5fa5e Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 21 Sep 2022 12:46:43 +0000 Subject: [PATCH] Reorder telegram noise sample --- docs/telegram-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/telegram-usage.md b/docs/telegram-usage.md index b9324def4..055512f26 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -82,6 +82,8 @@ Example configuration showing the different settings: "warning": "on", "startup": "off", "entry": "silent", + "entry_fill": "on", + "entry_cancel": "silent", "exit": { "roi": "silent", "emergency_exit": "on", @@ -93,9 +95,7 @@ Example configuration showing the different settings: "custom_exit": "silent", "partial_exit": "on" }, - "entry_cancel": "silent", "exit_cancel": "on", - "entry_fill": "off", "exit_fill": "off", "protection_trigger": "off", "protection_trigger_global": "on",