Modules§
- current_
over_ time - simple line graph of current over time (using a builder)
- energy_
over_ time - energy production and consumption (up to the last 12 data points)
- gas_
over_ time - simple line graph of gas usage over time (using a builder)
- voltage_
over_ time - simple line graph of voltage over time
- water_
over_ time - line graph of water usage over time
Structs§
- Graphs
- Graphs manager.
Enums§
Traits§
- AsPlot
- Trait that specifies the internal interface of types that can be turned into plots
- Graph
Builder - Trait that specifies the builder interface of types that can be turned into plots
Functions§
- date_
to_ timestamp - Returns a number of seconds after January 1st 2000 (as per the assignment) from a date and time
Type Aliases§
- Plot
Result - Unix
Time Stamp - Return type of
date_to_timestamp
. Alias ofi64
.