Documentation ¶
Overview ¶
Statstics utilities for HouseMon.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator struct { flow.Gadget Step flow.Input In flow.Input Out flow.Output // contains filtered or unexported fields }
Aggregate sensor values into bins, with min/max/avg/stddev calculation.
func (*Aggregator) Run ¶
func (g *Aggregator) Run()
Start collecting values, emit aggregated results when a time step occurs.
Click to show internal directories.
Click to hide internal directories.