2016-06-18 22:01:12 +00:00
|
|
|
package data
|
|
|
|
|
2016-06-28 22:04:33 +00:00
|
|
|
type Wireless struct {
|
2016-06-29 18:34:32 +00:00
|
|
|
TxPower24 uint32 `json:"txpower24,omitempty"`
|
|
|
|
Channel24 uint32 `json:"channel24,omitempty"`
|
|
|
|
TxPower5 uint32 `json:"txpower5,omitempty"`
|
|
|
|
Channel5 uint32 `json:"channel5,omitempty"`
|
2016-06-18 22:01:12 +00:00
|
|
|
}
|
|
|
|
type SwitchPort struct {
|
|
|
|
Speed uint32 `json:"speed"`
|
|
|
|
}
|