EnvironmentGraphingData

data class EnvironmentGraphingData(val metrics: List<<Error class: unknown class>>, val shouldPlot: List<Boolean>, val leftMinMax: Pair<Float, Float> = Pair(0f, 0f), val rightMinMax: Pair<Float, Float> = Pair(0f, 0f), val times: Pair<Int, Int> = Pair(0, 0))

Parameters

metrics

the filtered List

shouldPlot

a List the size of Environment used to determine if a metric should be plotted

leftMinMax

Pair with the min and max of the barometric pressure

rightMinMax

Pair with the combined min and max of: the temperature, humidity, and IAQ

times

Pair with the oldest and newest times in that order

Constructors

Link copied to clipboard
constructor(metrics: List<<Error class: unknown class>>, shouldPlot: List<Boolean>, leftMinMax: Pair<Float, Float> = Pair(0f, 0f), rightMinMax: Pair<Float, Float> = Pair(0f, 0f), times: Pair<Int, Int> = Pair(0, 0))

Properties

Link copied to clipboard
Link copied to clipboard
val metrics: List<<Error class: unknown class>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val times: Pair<Int, Int>