mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
response to system send telegram, redetect device, not only update from database
This commit is contained in:
@@ -208,6 +208,10 @@ class Mqtt {
|
||||
return lastresponse_;
|
||||
}
|
||||
|
||||
static void clear_response() {
|
||||
lastresponse_.clear();
|
||||
}
|
||||
|
||||
void set_qos(uint8_t mqtt_qos) const {
|
||||
mqtt_qos_ = mqtt_qos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user