+
+ |
+ Minimum |
+ Average |
+ Maximum |
+
+
+
+ | {{ ConvertCToF(readingAggregates!.minimumTemperature).toFixed(2) }}°F |
+ {{ ConvertCToF(readingAggregates!.averageTemperature).toFixed(2) }}°F |
+ {{ ConvertCToF(readingAggregates!.maximumTemperature).toFixed(2) }}°F |
+
+
+
+ | {{ readingAggregates!.minimumHumidity.toFixed(2) }}% |
+ {{ readingAggregates!.averageHumidity.toFixed(2) }}% |
+ {{ readingAggregates!.maximumHumidity.toFixed(2) }}% |
+
+
+
+ | {{ ConvertPascalToInchesOfMercury(readingAggregates!.minimumPressure).toFixed(2) }}" |
+ {{ ConvertPascalToInchesOfMercury(readingAggregates!.averagePressure).toFixed(2) }}" |
+ {{ ConvertPascalToInchesOfMercury(readingAggregates!.maximumPressure).toFixed(2) }}" |
+
+
+