value shall be string, 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

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