mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Switch to using temp from humidity sensor
This commit is contained in:
@@ -24,7 +24,7 @@ namespace ChrisKaczor.HomeMonitor.Weather.Service.Models
|
||||
Humidity = weatherMessage.Humidity;
|
||||
Rain = weatherMessage.Rain;
|
||||
Pressure = weatherMessage.Pressure;
|
||||
Temperature = weatherMessage.PressureTemperature;
|
||||
Temperature = weatherMessage.HumidityTemperature;
|
||||
LightLevel = weatherMessage.LightLevel;
|
||||
Latitude = weatherMessage.Latitude;
|
||||
Longitude = weatherMessage.Longitude;
|
||||
|
||||
Reference in New Issue
Block a user