yanic/data/breminale.go
2016-06-29 00:04:33 +02:00

12 lines
241 B
Go

package data
type Wireless struct {
TxPower24 uint32 `json:"txpower24"`
Channel24 uint32 `json:"channel24"`
TxPower5 uint32 `json:"txpower5"`
Channel5 uint32 `json:"channel5"`
}
type SwitchPort struct {
Speed uint32 `json:"speed"`
}