Add unused client field

This commit is contained in:
davidnewhall2 2019-09-08 02:44:16 -07:00
parent 10304fcda0
commit 8ada1bd9cf
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ type Client struct {
Radio string `json:"radio"`
RadioName string `json:"radio_name"`
RadioProto string `json:"radio_proto"`
RadioDescription string `json:"-"`
RoamCount int64 `json:"roam_count"`
Rssi int64 `json:"rssi"`
RxBytes int64 `json:"rx_bytes"`