This commit is contained in:
parent
5de07b85dc
commit
f557893fad
@ -60,7 +60,7 @@ func Start() {
|
|||||||
message.Variables["stratum"] = variable_t {
|
message.Variables["stratum"] = variable_t {
|
||||||
Label: "stratum",
|
Label: "stratum",
|
||||||
Variable: "",
|
Variable: "",
|
||||||
Value: strconv.FormatInt(stratum, 10),
|
Value: strconv.FormatInt(int64(stratum), 10),
|
||||||
Unit: "ms",
|
Unit: "ms",
|
||||||
Status: status,
|
Status: status,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user