From 59d513444d0ca8f6760c182ffe59e6d95a69d088 Mon Sep 17 00:00:00 2001
From: viegener <>
Date: Sun, 7 Feb 2016 20:42:39 +0000
Subject: [PATCH] 50_TelegramBot.pm: doc clean up
git-svn-id: https://svn.fhem.de/fhem/trunk@10761 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/50_TelegramBot.pm | 33 ++++++++++++++-------------------
1 file changed, 14 insertions(+), 19 deletions(-)
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 !
-