Environment Graphing Data
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
should Plot
a List the size of Environment used to determine if a metric should be plotted
left Min Max
Pair with the min and max of the barometric pressure
right Min Max
Pair with the combined min and max of: the temperature, humidity, and IAQ
times
Pair with the oldest and newest times in that order