package
Version:
v0.0.0-...-75720aa
Opens a new window with list of versions in this module.
Published: Jun 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cycle struct {
CycleId int `db:"cycle_id"`
PumpId int `db:"pump_id"`
StartTime time.Time `db:"start_time"`
EndTime *time.Time `db:"end_time"`
Notified bool `db:"notified"`
}
type Pump struct {
PumpId int `db:"pump_id"`
Name string `db:"name"`
Pin pio.Pin `db:"pin"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.