mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
first
This commit is contained in:
13
include/Telegram.h
Normal file
13
include/Telegram.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "Consts.h"
|
||||
#ifdef telegramEnable
|
||||
#include "Global.h"
|
||||
|
||||
extern void sendTelegramMsg();
|
||||
extern void telegramInit();
|
||||
extern void handleTelegram();
|
||||
extern bool isTelegramEnabled();
|
||||
extern bool isTelegramInputOn();
|
||||
extern void telegramMsgParse(String msg);
|
||||
extern String returnListOfParams();
|
||||
#endif
|
||||
Reference in New Issue
Block a user