formatting

This commit is contained in:
proddy
2025-12-22 09:06:27 +01:00
parent 5668fe13ae
commit 09f1c13d28
5 changed files with 9 additions and 10 deletions

View File

@@ -475,12 +475,12 @@ void TemperatureSensor::publish_values(const bool force) {
if (force) {
if (Mqtt::publish_single()) {
for (const auto & sensor : sensors_) {
publish_sensor(sensor);
}
for (const auto & sensor : sensors_) {
publish_sensor(sensor);
}
return;
} else if (!EMSESP::mqtt_.get_publish_onchange(0)) {
return; // wait for first time periode
return; // wait for first time period
}
}