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