value shall be string, 2

This commit is contained in:
Wolfgang Hottgenroth 2025-02-10 14:19:49 +01:00
parent 553648e10d
commit cc553c1341

View File

@ -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,
}