1 Commits
0.0.6 ... 0.0.7

Author SHA1 Message Date
863644fa56 casting 2023-05-23 13:36:45 +02:00

View File

@ -129,7 +129,7 @@ def mqttOnMessageCallback(client, userdata, message):
"application": variable["application"], "application": variable["application"],
"variable": variable["variable"], "variable": variable["variable"],
"unit": variable["unit"], "unit": variable["unit"],
"value": payload "value": float(payload)
} }
logger.debug(f"{measurement=}") logger.debug(f"{measurement=}")