Merge branch 'feature/InfluxDB-Connection-Update' of https://git.okoyono.de/okoyono/weatherstation into feature/InfluxDB-Connection-Update

This commit is contained in:
klaute 2022-05-16 14:28:15 +02:00
commit fd34521f32

View file

@ -96,7 +96,7 @@ void hb_webstat_send(void)
String(_webUpdater_sensValues[SENSOR_HUMIDITY], 2) +
", " +
hb_ws_msg_light +
String(_webUpdater_sensValues[SENSOR_LIGHT], 2) +
String(_webUpdater_sensValues[SENSOR_LIGHT], 0) + // The light level for the homebridge-http-lux2 plugin is only able to parse integer values
", " +
hb_ws_msg_windspeed +
String(_webUpdater_sensValues[SENSOR_WINDSPEED], 2) +