antplusbridge/cmd/bridge/event.go

10 lines
101 B
Go

package main
import "time"
type Event struct {
Power uint16
Cadence uint8
Now time.Time
}