diff --git a/firmware/webUpdater.ino b/firmware/webUpdater.ino index 15f5cc1..d14ae57 100644 --- a/firmware/webUpdater.ino +++ b/firmware/webUpdater.ino @@ -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) +