38 lines
1.3 KiB
Go
38 lines
1.3 KiB
Go
// Code generated from ace.jar fields *.json files
|
|
// DO NOT EDIT.
|
|
|
|
package unifi
|
|
|
|
import (
|
|
"context"
|
|
"fmt"
|
|
)
|
|
|
|
// just to fix compile issues with the import
|
|
var (
|
|
_ fmt.Formatter
|
|
_ context.Context
|
|
)
|
|
|
|
type SettingRadioAi struct {
|
|
ID string `json:"_id,omitempty"`
|
|
SiteID string `json:"site_id,omitempty"`
|
|
|
|
Hidden bool `json:"attr_hidden,omitempty"`
|
|
HiddenID string `json:"attr_hidden_id,omitempty"`
|
|
NoDelete bool `json:"attr_no_delete,omitempty"`
|
|
NoEdit bool `json:"attr_no_edit,omitempty"`
|
|
|
|
ChannelsNa []int `json:"channels_na,omitempty"` // 36|40|44|48|52|56|60|64|100|104|108|112|116|120|124|128|132|136|140|144|149|153|157|161|165
|
|
ChannelsNg []int `json:"channels_ng,omitempty"` // 1|2|3|4|5|6|7|8|9|10|11|12|13|14
|
|
CronExpr string `json:"cron_expr,omitempty"`
|
|
Default bool `json:"default"`
|
|
Enabled bool `json:"enabled"`
|
|
ExcludeDevices []string `json:"exclude_devices,omitempty"` // ([0-9a-z]{2}:){5}[0-9a-z]{2}
|
|
HtModesNa []int `json:"ht_modes_na,omitempty"` // ^(20|40|80|160)$
|
|
HtModesNg []int `json:"ht_modes_ng,omitempty"` // ^(20|40)$
|
|
Optimize []string `json:"optimize,omitempty"` // channel|power
|
|
Radios []string `json:"radios,omitempty"` // na|ng
|
|
UseXY bool `json:"useXY"`
|
|
}
|