mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-09 01:41:28 +00:00
Added timestamp sensors to HA
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"P" : %lu
|
||||
"P" : %lu,
|
||||
"t" : "%s"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"tPO" : %.3f,
|
||||
"tQI" : %.3f,
|
||||
"tQO" : %.3f,
|
||||
"rtc" : %lu
|
||||
"rtc" : "%s",
|
||||
"t" : "%s"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
"I3" : %.2f,
|
||||
"U1" : %.2f,
|
||||
"U2" : %.2f,
|
||||
"U3" : %.2f
|
||||
"U3" : %.2f,
|
||||
"t" : "%s"
|
||||
}
|
||||
|
||||
@@ -27,5 +27,6 @@
|
||||
"tPI3" : %.3f,
|
||||
"tPO1" : %.3f,
|
||||
"tPO2" : %.3f,
|
||||
"tPO3" : %.3f
|
||||
"tPO3" : %.3f,
|
||||
"t" : "%s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user