Skip to content

Commit

Permalink
Fixed weather sensor confog
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jun 10, 2024
1 parent fd672ae commit d5d2cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/confighelper/confighelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -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']]
];
Expand Down

0 comments on commit d5d2cf6

Please sign in to comment.