EnvironmentGraphingData

data class EnvironmentGraphingData(val metrics: List<ERROR CLASS: Symbol not found for Telemetry>, val shouldPlot: List<Boolean>, val leftMinMax: ERROR CLASS: Symbol not found for Pair<kotlin/Float, kotlin/Float> = Pair(0f, 0f), val rightMinMax: ERROR CLASS: Symbol not found for Pair<kotlin/Float, kotlin/Float> = Pair(0f, 0f), val times: ERROR CLASS: Symbol not found for Pair<kotlin/Int, kotlin/Int> = Pair(0, 0))(source)

Parameters

metrics

the List of Telemetry

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: Symbol not found for Telemetry>, shouldPlot: List<Boolean>, leftMinMax: ERROR CLASS: Symbol not found for Pair<kotlin/Float, kotlin/Float> = Pair(0f, 0f), rightMinMax: ERROR CLASS: Symbol not found for Pair<kotlin/Float, kotlin/Float> = Pair(0f, 0f), times: ERROR CLASS: Symbol not found for Pair<kotlin/Int, kotlin/Int> = Pair(0, 0))

Properties

Link copied to clipboard
val leftMinMax: ERROR CLASS: Symbol not found for Pair<kotlin/Float, kotlin/Float>
Link copied to clipboard
val metrics: List<ERROR CLASS: Symbol not found for Telemetry>
Link copied to clipboard
val rightMinMax: ERROR CLASS: Symbol not found for Pair<kotlin/Float, kotlin/Float>
Link copied to clipboard
Link copied to clipboard
val times: ERROR CLASS: Symbol not found for Pair<kotlin/Int, kotlin/Int>