diff --git a/fhem/FHEM/50_TelegramBot.pm b/fhem/FHEM/50_TelegramBot.pm
index 2eb637616..67f56e262 100644
--- a/fhem/FHEM/50_TelegramBot.pm
+++ b/fhem/FHEM/50_TelegramBot.pm
@@ -2461,39 +2461,34 @@ sub TelegramBot_BinaryFileWrite($$$) {
- ok fhem { plotAsPng('SVG_FileLog_Aussen') }
+ define notify_fhem_reload notify global:INITIALIZED set <telegrambot> message fhem started - just now
+ Send the following message as a command to the bot ok fhem { plotAsPng('SVG_FileLog_Aussen') }
+
assuming ok fhem
is the command keyword)
+
cmdSentCommands
is set to /History
. Then you can initiate the communication with the botfather, select the right bot and then with the command /setcommands
define one or more commands like
+ If the keywords for commands are starting with a slash (/), the corresponding commands can be also defined with the
+ Bot Father. So if a slash is typed a list of the commands will be automatically shown. Assuming that cmdSentCommands
is set to /History
. Then you can initiate the communication with the botfather, select the right bot and then with the command /setcommands
define one or more commands like
History-Show a history of the last 10 executed commands
- define notify_fhem_reload notify global:INITIALIZED set <telegrambot> message fhem newly started - just now !
-