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