Skip to content

Commit

Permalink
Fix fan speed property of the dmaker.fan.p11 (rytilahti#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
iquix authored and xvlady committed May 9, 2021
1 parent f031d7e commit 06506f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/fan_miot.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"mode": {"siid": 2, "piid": 3},
"swing_mode": {"siid": 2, "piid": 4},
"swing_mode_angle": {"siid": 2, "piid": 5},
# "status": {"siid": 2, "piid": 6},
"fan_speed": {"siid": 2, "piid": 6},
"light": {"siid": 4, "piid": 1},
"buzzer": {"siid": 5, "piid": 1},
# "device_fault": {"siid": 6, "piid": 2},
Expand Down

0 comments on commit 06506f8

Please sign in to comment.