antplusbridge/cmd/bridge/event.go

7 lines
67 B
Go

package main
type Event struct {
Power uint16
Cadence uint8
}