mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
remove master_thermostat
This commit is contained in:
@@ -289,6 +289,15 @@ bool EMSdevice::is_fetch(uint16_t telegram_id) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool EMSdevice::has_tag(const uint8_t tag) {
|
||||
for (const auto & dv : devicevalues_) {
|
||||
if (dv.tag == tag) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
// list of registered device entries
|
||||
// called from the command 'entities'
|
||||
void EMSdevice::list_device_entries(JsonObject & output) {
|
||||
|
||||
Reference in New Issue
Block a user