mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавление кнопок в элемент
This commit is contained in:
@@ -55,6 +55,7 @@ class IoTItem {
|
||||
virtual void onRegEvent(IoTItem* item);
|
||||
virtual void onMqttRecive(String& topic, String& msg);
|
||||
virtual void onMqttWsAppConnectEvent();
|
||||
virtual void onModuleOrder(String& key, String& value);
|
||||
|
||||
// делаем доступным модулям отправку сообщений в телеграм
|
||||
virtual void sendTelegramMsg(bool often, String msg);
|
||||
|
||||
Reference in New Issue
Block a user