This commit is contained in:
2026-05-14 19:33:25 +02:00
parent cb1cf90917
commit 282745899e
+1 -1
View File
@@ -461,7 +461,7 @@ void Pws2mqtt::parseData(QList<std::pair<QString, QString>> queryList)
}
}
}
debug(DEBUGMACRO, "propertyList[name] = " + propertyList[name], DEBUG);
//debug(DEBUGMACRO, "propertyList[name] = " + propertyList[name], DEBUG);
}
propertiesValue["windchill"] = calc.computeUTCI(propertiesValue["tempf"], propertiesValue["vent"], propertiesValue["solarradiation"], propertiesValue["humidity"]);
propertyList["windchill"] = formatNotifString(propertyName["windchill"], QByteArray::number(propertiesValue["windchill"]));