yanic/data/breminale.go

12 lines
281 B
Go
Raw Normal View History

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