convert dhcpend time to flexint
This commit is contained in:
parent
d3863975b6
commit
ad4aca0f53
|
|
@ -81,7 +81,7 @@ type Client struct {
|
||||||
DevFamily FlexInt `json:"dev_family"`
|
DevFamily FlexInt `json:"dev_family"`
|
||||||
DevID FlexInt `json:"dev_id"`
|
DevID FlexInt `json:"dev_id"`
|
||||||
DevVendor FlexInt `json:"dev_vendor,omitempty"`
|
DevVendor FlexInt `json:"dev_vendor,omitempty"`
|
||||||
DhcpendTime int `json:"dhcpend_time,omitempty"`
|
DhcpendTime FlexInt `json:"dhcpend_time,omitempty"`
|
||||||
Satisfaction FlexInt `json:"satisfaction,omitempty"`
|
Satisfaction FlexInt `json:"satisfaction,omitempty"`
|
||||||
Essid string `json:"essid"`
|
Essid string `json:"essid"`
|
||||||
FirstSeen int64 `json:"first_seen"`
|
FirstSeen int64 `json:"first_seen"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue