debug
This commit is contained in:
+1
-1
@@ -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"]));
|
||||
|
||||
Reference in New Issue
Block a user