From d085cd3bbeb52b7a0e0a09bcab60d08c9736b727 Mon Sep 17 00:00:00 2001 From: PeterLaemmle Date: Tue, 23 Aug 2016 17:27:32 +0200 Subject: [PATCH] Update config.template.ini --- config/config.template.ini | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config/config.template.ini b/config/config.template.ini index 07ad115..83e953c 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -285,13 +285,16 @@ appName = BOSWatch usecsv = 0 [sendTelegram] -# This is your unique BOT token +# This is your unique BOT token. You will get it from the BotFather once you have created your BOT. BOTTokenAPIKey = -# This is the chat your BOT will send the messages to +# Create a group chat with your BOT and enter the chat ID here. +# The plugin will send messages as your BOT and post everything in this group chat. BOTChatIDAPIKey = -# The location will be extracted from this RIC +# The plugin can extract a location from the POCSAG message. +# However, this will be done for the following RIC only (7 digits e.g. 0012345). RICforLocationAPIKey = -# This is your Google API key +# This is your Google API key. +# Required if you want to create a map based on location information received with the above RIC. GoogleAPIKey = #####################