We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0713d48 commit 862ef4fCopy full SHA for 862ef4f
1 file changed
src/WH65.ts
@@ -199,7 +199,7 @@ export class WH65 extends ThermoHygroSensor {
199
this.updateName(this.solarRadiation, `Solar Radiation: ${wm2} W/m²`);
200
this.solarRadiation.updateCharacteristic(
201
this.platform.Characteristic.CurrentAmbientLightLevel,
202
- Math.round(lux));
+ lux);
203
this.updateStatusLowBattery(this.solarRadiation, lowBattery);
204
}
205
0 commit comments