diff --git a/src/Telegram.cpp b/src/Telegram.cpp index 0e32e4d..c378bf1 100644 --- a/src/Telegram.cpp +++ b/src/Telegram.cpp @@ -156,9 +156,9 @@ void Telegram::init() serializeJson(doc, jsonString); bot.setMyCommands(jsonString); - bot.sendMessage(TELEGRAM_BOT_OWNER, "Hi, ich bin online."); + bot.sendMessage(TELEGRAM_BOT_OWNER, "Hi, ich bin online und brauche einen neuen Zustand."); #ifdef DEBUGGER_TELEGRAM_ID - bot.sendMessage(DEBUGGER_TELEGRAM_ID, "Hi DEBUGGER, ich bin online."); + bot.sendMessage(DEBUGGER_TELEGRAM_ID, "Hi DEBUGGER, ich bin online und brauche einen neuen Zustand."); #endif bot_lasttime = millis(); }