Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
863644fa56
|
@ -129,7 +129,7 @@ def mqttOnMessageCallback(client, userdata, message):
|
||||
"application": variable["application"],
|
||||
"variable": variable["variable"],
|
||||
"unit": variable["unit"],
|
||||
"value": payload
|
||||
"value": float(payload)
|
||||
}
|
||||
|
||||
logger.debug(f"{measurement=}")
|
||||
|
Reference in New Issue
Block a user