Loading...
No Data
| Minimum | Average | Maximum | |
|---|---|---|---|
| Temperature | {{ weatherAggregates!.temperature.min.toFixed(2) }}°F | {{ weatherAggregates!.temperature.average.toFixed(2) }}°F | {{ weatherAggregates!.temperature.max.toFixed(2) }}°F |
| Humidity | {{ weatherAggregates!.humidity.min.toFixed(2) }}% | {{ weatherAggregates!.humidity.average.toFixed(2) }}% | {{ weatherAggregates!.humidity.max.toFixed(2) }}% |
| Pressure | {{ (weatherAggregates!.pressure.min / 33.864 / 100).toFixed(2) }}" | {{ (weatherAggregates!.pressure.average / 33.864 / 100).toFixed(2) }}" | {{ (weatherAggregates!.pressure.max / 33.864 / 100).toFixed(2) }}" |
| Light | {{ weatherAggregates!.light.min.toFixed(2) }} lx | {{ weatherAggregates!.light.average.toFixed(2) }} lx | {{ weatherAggregates!.light.max.toFixed(2) }} lx |
| Wind Speed | {{ weatherAggregates!.windSpeed.min.toFixed(2) }} mph | {{ weatherAggregates!.windSpeed.average.toFixed(2) }} mph | {{ weatherAggregates!.windSpeed.max.toFixed(2) }} mph |
| Wind Direction | {{ weatherAggregates!.windDirectionAverage }} | ||
| Rain | {{ weatherAggregates!.rainTotal.toFixed(2) }}" |