+
+ |
+ Minimum |
+ Average |
+ Maximum |
+
+
+
+ |
+ {{
+ weatherAggregates!.temperature.min.toFixed(2)
+ }}°F
+ |
+
+ {{
+ weatherAggregates!.temperature.average.toFixed(
+ 2
+ )
+ }}°F
+ |
+
+ {{
+ weatherAggregates!.temperature.max.toFixed(2)
+ }}°F
+ |
+
+
+
+ |
+ {{ weatherAggregates!.humidity.min.toFixed(2) }}%
+ |
+
+ {{
+ weatherAggregates!.humidity.average.toFixed(2)
+ }}%
+ |
+
+ {{ weatherAggregates!.humidity.max.toFixed(2) }}%
+ |
+
+
+
+ |
+ {{
+ (
+ weatherAggregates!.pressure.min /
+ 33.864 /
+ 100
+ ).toFixed(2)
+ }}"
+ |
+
+ {{
+ (
+ weatherAggregates!.pressure.average /
+ 33.864 /
+ 100
+ ).toFixed(2)
+ }}"
+ |
+
+ {{
+ (
+ weatherAggregates!.pressure.max /
+ 33.864 /
+ 100
+ ).toFixed(2)
+ }}"
+ |
+
+
+
+ |
+ {{ weatherAggregates!.light.min.toFixed(2) }} lx
+ |
+
+ {{ weatherAggregates!.light.average.toFixed(2) }} lx
+ |
+
+ {{ weatherAggregates!.light.max.toFixed(2) }} lx
+ |
+
+
+
+ |
+ {{ weatherAggregates!.windSpeed.min.toFixed(2) }}
+ mph
+ |
+
+ {{
+ weatherAggregates!.windSpeed.average.toFixed(2)
+ }}
+ mph
+ |
+
+ {{ weatherAggregates!.windSpeed.max.toFixed(2) }}
+ mph
+ |
+
+
+
+ |
+
+ {{ weatherAggregates!.windDirectionAverage }}
+ |
+ |
+
+
+
+ |
+ |
+ {{ weatherAggregates!.rainTotal.toFixed(2) }}" |
+
+
+