mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
merge with upstream/dev
This commit is contained in:
@@ -778,7 +778,11 @@ void publishEMSValues(bool force) {
|
||||
strlcat(hc, _int_to_char(s, mixing->hc), sizeof(hc));
|
||||
JsonObject dataMixing = rootMixing.createNestedObject(hc);
|
||||
|
||||
<<<<<<< HEAD
|
||||
if (mixing->flowTemp > EMS_VALUE_SHORT_NOTSET)
|
||||
=======
|
||||
if (mixing->flowTemp != EMS_VALUE_USHORT_NOTSET)
|
||||
>>>>>>> upstream/dev
|
||||
dataMixing["flowTemp"] = (float)mixing->flowTemp / 10;
|
||||
if (mixing->flowSetTemp != EMS_VALUE_INT_NOTSET)
|
||||
dataMixing["setflowTemp"] = mixing->flowSetTemp;
|
||||
|
||||
Reference in New Issue
Block a user