make UAP like the others

This commit is contained in:
davidnewhall2 2019-09-08 02:07:36 -07:00
parent e7b06b78bb
commit 10304fcda0
1 changed files with 3 additions and 3 deletions

View File

@ -133,9 +133,9 @@ type UAP struct {
Bytes FlexInt `json:"bytes"` Bytes FlexInt `json:"bytes"`
VwireEnabled FlexBool `json:"vwireEnabled"` VwireEnabled FlexBool `json:"vwireEnabled"`
UplinkTable []interface{} `json:"uplink_table"` UplinkTable []interface{} `json:"uplink_table"`
NumSta int `json:"num_sta"` NumSta FlexInt `json:"num_sta"`
UserNumSta int `json:"user-num_sta"` UserNumSta FlexInt `json:"user-num_sta"`
GuestNumSta int `json:"guest-num_sta"` GuestNumSta FlexInt `json:"guest-num_sta"`
TwoPhaseAdopt FlexBool `json:"two_phase_adopt,omitempty"` TwoPhaseAdopt FlexBool `json:"two_phase_adopt,omitempty"`
} }