value shall be string, 2
This commit is contained in:
parent
553648e10d
commit
cc553c1341
@ -52,7 +52,7 @@ func Start() {
|
|||||||
v := variable_t {
|
v := variable_t {
|
||||||
Label: label,
|
Label: label,
|
||||||
Variable: "",
|
Variable: "",
|
||||||
Value: strconv.FormatFloat(value, 'f', 4, 64)
|
Value: strconv.FormatFloat(value, 'f', 4, 64),
|
||||||
Unit: "ms",
|
Unit: "ms",
|
||||||
Status: status,
|
Status: status,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user