Reference level changes

This commit is contained in:
2020-07-06 12:14:45 -04:00
parent cd2bdf63c6
commit 61e3d065aa
5 changed files with 6 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ namespace ChrisKaczor.HomeMonitor.Weather.Service.Data
switch (weatherValueType)
{
case WeatherValueType.LightLevel:
query = query.Replace("@Value", "LightLevel / BatteryLevel");
query = query.Replace("@Value", "LightLevel / 3.3");
break;
default:
query = query.Replace("@Value", weatherValueType.ToString());