Update to network version 9.0.114
This commit is contained in:
5
unifi/setting_dashboard.generated.go
generated
5
unifi/setting_dashboard.generated.go
generated
@@ -27,7 +27,7 @@ type SettingDashboard struct {
|
||||
|
||||
Key string `json:"key"`
|
||||
|
||||
LayoutPreference string `json:"layout_preference,omitempty"` // auto|custom
|
||||
LayoutPreference string `json:"layout_preference,omitempty"` // auto|manual
|
||||
Widgets []SettingDashboardWidgets `json:"widgets,omitempty"`
|
||||
}
|
||||
|
||||
@@ -48,7 +48,8 @@ func (dst *SettingDashboard) UnmarshalJSON(b []byte) error {
|
||||
}
|
||||
|
||||
type SettingDashboardWidgets struct {
|
||||
Name string `json:"name,omitempty"` // traffic_identification|connection_types|wifi_technology|most_active_clients|most_active_aps|meshing|network_activity|wireless_experience|internet|wifi_activity|wifi_channels|wifi_client_experience|wifi_tx_retries|admin_activity|device_client_count|server_ip
|
||||
Enabled bool `json:"enabled"`
|
||||
Name string `json:"name,omitempty"` // cybersecure|traffic_identification|wifi_technology|wifi_channels|wifi_client_experience|wifi_tx_retries|most_active_apps_aps_clients|most_active_apps_clients|most_active_aps_clients|most_active_apps_aps|most_active_apps|v2_most_active_aps|v2_most_active_clients|wifi_connectivity|ap_radio_density
|
||||
}
|
||||
|
||||
func (dst *SettingDashboardWidgets) UnmarshalJSON(b []byte) error {
|
||||
|
||||
Reference in New Issue
Block a user