Skip to content

Commit

Permalink
Cooker: Fix mixed model name (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Nov 9, 2018
1 parent 1a71485 commit a271245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/cooker.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
MODEL_PRESSURE2 = 'chunmi.cooker.press2'
MODEL_NORMAL1 = 'chunmi.cooker.normal1'
MODEL_NORMAL2 = 'chunmi.cooker.normal2'
MODEL_NORMAL4 = 'chunmi.cooker.normal3'
MODEL_NORMAL3 = 'chunmi.cooker.normal4'
MODEL_NORMAL3 = 'chunmi.cooker.normal3'
MODEL_NORMAL4 = 'chunmi.cooker.normal4'
MODEL_NORMAL5 = 'chunmi.cooker.normal5'

MODEL_PRESSURE = [MODEL_PRESSURE1, MODEL_PRESSURE2]
Expand Down

0 comments on commit a271245

Please sign in to comment.