Skip to content

Commit 35822d5

Browse files
authored
fix: Change ZWT198/ZWT100-BH minimum deadzone value and step (#8100)
1 parent 508ab1d commit 35822d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devices/tuya.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6523,8 +6523,8 @@ const definitions: DefinitionWithExtend[] = [
65236523
.numeric('deadzone_temperature', ea.STATE_SET)
65246524
.withUnit('°C')
65256525
.withValueMax(10)
6526-
.withValueMin(0.5)
6527-
.withValueStep(0.5)
6526+
.withValueMin(0.1)
6527+
.withValueStep(0.1)
65286528
.withPreset('default', 1, 'Default value')
65296529
.withDescription('The delta between local_temperature (5<t<35)and current_heating_setpoint to trigger Heat'),
65306530
e.enum('backlight_mode', ea.STATE_SET, ['off', 'low', 'medium', 'high']).withDescription('Intensity of the backlight'),

0 commit comments

Comments
 (0)