From d5d2cf62c6c05784acff640407a1750d14596608 Mon Sep 17 00:00:00 2001 From: Matthias Prinke Date: Mon, 10 Jun 2024 20:06:20 +0200 Subject: [PATCH] Fixed weather sensor confog --- extras/confighelper/confighelper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/confighelper/confighelper.html b/extras/confighelper/confighelper.html index 2b389c2..dbe2218 100644 --- a/extras/confighelper/confighelper.html +++ b/extras/confighelper/confighelper.html @@ -266,8 +266,8 @@ ['weatherHumidity', 1, 'ws_humidity', 'uint8'], ['weatherRain', 4, 'ws_rain_mm', 'rawfloat'], ['weatherWind', 6, ['ws_wind_gust_ms', 'ws_wind_avg_ms', 'ws_wind_dir_deg'], ['uint16fp1', 'uint16fp1', 'uint16fp1']], - ['weatherUV', 1, 'ws_uv', 'uint8fp1'], ['weatherLight', 4, 'ws_light_lux', 'uint32'], + ['weatherUV', 1, 'ws_uv', 'uint8fp1'], ['weatherRainHourly', 4, 'ws_rain_hourly_mm', 'rawfloat'], ['weatherRainDWM', 12, ['ws_rain_daily_mm', 'ws_rain_weekly_mm', 'ws_rain_monthly_mm'], ['rawfloat', 'rawfloat', 'rawfloat']] ];