1 Commits
0.0.3 ... 0.0.4

Author SHA1 Message Date
cc553c1341 value shall be string, 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-02-10 14:19:49 +01:00

View File

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