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']]
];