Skip to content

Commit

Permalink
Use bin_type instead of box_type for cli tool (rytilahti#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored and xvlady committed May 9, 2021
1 parent 70d4c08 commit f21223a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/viomivacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class ViomiVacuum(Device):
"Error: {result.error}\n"
"Battery: {result.battery}\n"
"Fan speed: {result.fanspeed}\n"
"Box type: {result.box_type}\n"
"Box type: {result.bin_type}\n"
"Mop type: {result.mop_type}\n"
"Clean time: {result.clean_time}\n"
"Clean area: {result.clean_area}\n"
Expand Down

0 comments on commit f21223a

Please sign in to comment.