mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix mqtt nested thermostat data
This commit is contained in:
@@ -600,10 +600,10 @@ void EMSESP::publish_device_values(uint8_t device_type) {
|
|||||||
Mqtt::publish(Mqtt::tag_to_topic(device_type, hc_tag), json);
|
Mqtt::publish(Mqtt::tag_to_topic(device_type, hc_tag), json);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
need_publish = false;
|
need_publish = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Mixer
|
// Mixer
|
||||||
else if (device_type == DeviceType::MIXER) {
|
else if (device_type == DeviceType::MIXER) {
|
||||||
|
|||||||
Reference in New Issue
Block a user