mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
updated comments
This commit is contained in:
@@ -31,7 +31,7 @@ Connect::Connect(uint8_t device_type, uint8_t device_id, uint8_t product_id, con
|
|||||||
// register_telegram_type(EMS_TYPE_XX, "XX", false, std::bind(&Controller::process_XX, this, _1));
|
// register_telegram_type(EMS_TYPE_XX, "XX", false, std::bind(&Controller::process_XX, this, _1));
|
||||||
|
|
||||||
// MQTT callbacks
|
// MQTT callbacks
|
||||||
// register_mqtt_topic("cmd", std::bind(&Controller::cmd, this, _1));
|
// register_mqtt_topic("cmd", std::bind(&Connect::cmd, this, _1));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Connect::add_context_menu() {
|
void Connect::add_context_menu() {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Gateway::Gateway(uint8_t device_type, uint8_t device_id, uint8_t product_id, con
|
|||||||
// register_telegram_type(EMS_TYPE_XX, "XX", false, std::bind(&Controller::process_XX, this, _1));
|
// register_telegram_type(EMS_TYPE_XX, "XX", false, std::bind(&Controller::process_XX, this, _1));
|
||||||
|
|
||||||
// MQTT callbacks
|
// MQTT callbacks
|
||||||
// register_mqtt_topic("cmd", std::bind(&Controller::cmd, this, _1));
|
// register_mqtt_topic("cmd", std::bind(&Gateway::cmd, this, _1));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Gateway::add_context_menu() {
|
void Gateway::add_context_menu() {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Switch::Switch(uint8_t device_type, uint8_t device_id, uint8_t product_id, const
|
|||||||
// register_telegram_type(EMS_TYPE_XX, "XX", false, std::bind(&Controller::process_XX, this, _1));
|
// register_telegram_type(EMS_TYPE_XX, "XX", false, std::bind(&Controller::process_XX, this, _1));
|
||||||
|
|
||||||
// MQTT callbacks
|
// MQTT callbacks
|
||||||
// register_mqtt_topic("cmd", std::bind(&Controller::cmd, this, _1));
|
// register_mqtt_topic("cmd", std::bind(&Switch::cmd, this, _1));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Switch::add_context_menu() {
|
void Switch::add_context_menu() {
|
||||||
|
|||||||
Reference in New Issue
Block a user