mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-25 11:51:43 +00:00
Fixed empty timestamp in Home-Assistant JSON (#1105)
* Nullable timestamps for HA JSON * Nullable timestamps for MQTT JSON
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"tPO" : %.3f,
|
||||
"tQI" : %.3f,
|
||||
"tQO" : %.3f,
|
||||
"rtc" : "%s",
|
||||
"t" : "%s"
|
||||
"rtc" : %s,
|
||||
"t" : %s
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user