Skip to content

Commit

Permalink
🔧 fix fan speed setting for nwt.derh.wdh318efw1 (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
whc2001 authored Jul 7, 2024
1 parent 91bcd1f commit 49d72f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/core/miio2miot_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def cbk(prop, params, props, **kwargs):
'["dry_cloth"] if value == 2 else '
'{"method": "set_auto","params": [props.auto]} }}',
},
'prop.2.3': {'prop': 'fan_st', 'setter': True},
'prop.2.3': {'prop': 'fan_st', 'setter': 'set_fan_level'},
'prop.2.101': {'prop': 'auto', 'setter': True},
'prop.2.102': {'prop': 'tank_full', 'format': 'onoff'},
'prop.3.1': {'prop': 'humidity'},
Expand Down

0 comments on commit 49d72f4

Please # to comment.