diff --git a/SolarPower/Quartz/Jobs/CalcPowerStationJob.cs b/SolarPower/Quartz/Jobs/CalcPowerStationJob.cs index 85d8213..b99779e 100644 --- a/SolarPower/Quartz/Jobs/CalcPowerStationJob.cs +++ b/SolarPower/Quartz/Jobs/CalcPowerStationJob.cs @@ -727,7 +727,9 @@ namespace SolarPower.Quartz.Jobs "EnvTemperature", "Humidity", "Vane", - "Dust" + "Dust", + "WingDirection", + "IrrDay", }; await powerStationRepository.AddSensorHistoryHour(sensorHistoriesHour, sensor_history_properties);