yanic/data/breminale.go

12 lines
241 B
Go
Raw Normal View History

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