Skip to content

Commit c50f1d0

Browse files
authored
Update moes.ts
description and analysis in Koenkk#8561
1 parent db7595c commit c50f1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devices/moes.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ const definitions: DefinitionWithExtend[] = [
344344
e
345345
.climate()
346346
.withLocalTemperature(ea.STATE)
347-
.withSetpoint('current_heating_setpoint', 0, 35, 0.5, ea.STATE_SET)
348-
.withLocalTemperatureCalibration(-9, 9, 0.5, ea.STATE_SET)
347+
.withSetpoint('current_heating_setpoint', 0, 35, 1, ea.STATE_SET)
348+
.withLocalTemperatureCalibration(-9, 9, 1, ea.STATE_SET)
349349
.withSystemMode(['heat'], ea.STATE_SET)
350350
.withRunningState(['idle', 'heat'], ea.STATE)
351351
.withPreset(

0 commit comments

Comments
 (0)