[BUGFIX] airtime noise signed int (fix #143)
This commit is contained in:
parent
9fb98cfb33
commit
2697d4c228
|
@ -23,7 +23,7 @@ type WirelessAirtime struct {
|
||||||
BusyTime uint64 `json:"busy"`
|
BusyTime uint64 `json:"busy"`
|
||||||
RxTime uint64 `json:"rx"`
|
RxTime uint64 `json:"rx"`
|
||||||
TxTime uint64 `json:"tx"`
|
TxTime uint64 `json:"tx"`
|
||||||
Noise uint32 `json:"noise"`
|
Noise int32 `json:"noise"`
|
||||||
Frequency uint32 `json:"frequency"`
|
Frequency uint32 `json:"frequency"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue