Skip to content

Commit bdbd922

Browse files
authored
fix: Increase BRT-100-TRV step accuracy (#8561)
1 parent 07a87da commit bdbd922

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
@@ -359,8 +359,8 @@ const definitions: DefinitionWithExtend[] = [
359359
e
360360
.climate()
361361
.withLocalTemperature(ea.STATE)
362-
.withSetpoint('current_heating_setpoint', 0, 35, 1, ea.STATE_SET)
363-
.withLocalTemperatureCalibration(-9, 9, 1, ea.STATE_SET)
362+
.withSetpoint('current_heating_setpoint', 0, 35, 0.5, ea.STATE_SET)
363+
.withLocalTemperatureCalibration(-9, 9, 0.5, ea.STATE_SET)
364364
.withSystemMode(['heat'], ea.STATE_SET)
365365
.withRunningState(['idle', 'heat'], ea.STATE)
366366
.withPreset(

0 commit comments

Comments
 (0)