Skip to content

Commit

Permalink
Fan: Fix broken model names (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Aug 14, 2018
1 parent 9d20902 commit 65ee185
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions miio/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

_LOGGER = logging.getLogger(__name__)

MODEL_FAN_V2 = 'zimi.fan.v2'
MODEL_FAN_V3 = 'zimi.fan.v3'
MODEL_FAN_SA1 = 'zimi.fan.sa1'
MODEL_FAN_ZA1 = 'zimi.fan.za1'
MODEL_FAN_V2 = 'zhimi.fan.v2'
MODEL_FAN_V3 = 'zhimi.fan.v3'
MODEL_FAN_SA1 = 'zhimi.fan.sa1'
MODEL_FAN_ZA1 = 'zhimi.fan.za1'

AVAILABLE_PROPERTIES_COMMON = [
'angle',
Expand Down

0 comments on commit 65ee185

Please sign in to comment.