Skip to content

Commit 320a6aa

Browse files
authored
Change minimum deadzone step to match changes in converter for ZWT198_ZWT100-BH
Change minimum deadzone step to match changes in converter Conventer pull request Koenkk/zigbee-herdsman-converters#8100
1 parent 9b13105 commit 320a6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devices/ZWT198_ZWT100-BH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The delta between local_temperature (5<t<35)and current_heating_setpoint to trig
8181
Value can be found in the published state on the `deadzone_temperature` property.
8282
It's not possible to read (`/get`) this value.
8383
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"deadzone_temperature": NEW_VALUE}`.
84-
The minimal value is `0.5` and the maximum value is `10`.
84+
The minimal value is `0.1` and the maximum value is `10`.
8585
The unit of this value is `°C`.
8686
Besides the numeric values the following values are accepted: `default`.
8787

0 commit comments

Comments
 (0)