Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) GetRecentStats ¶
func (d *DB) GetRecentStats(days int) ([]sensor.AtmosphericDataLine, error)
GetRecentStats retrieves stats in reverse chronological order.
func (*DB) RecordAtmosphericMeasurement ¶
func (d *DB) RecordAtmosphericMeasurement(mes sensor.AtmosphericDataLine, deviceID uint8) error
Click to show internal directories.
Click to hide internal directories.