Skip to content

Commit

Permalink
remove raw_command which is already implemented in the base class
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Apr 3, 2018
1 parent 2e85424 commit 49c7aa7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions miio/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,6 @@ def configure_wifi(self, ssid, password, uid=0, timezone=None):

return super().configure_wifi(ssid, password, uid, extra_params)

def raw_command(self, cmd, params):
"""Send a raw command to the robot."""
return self.send(cmd, params)

@classmethod
def get_device_group(cls):

Expand Down

0 comments on commit 49c7aa7

Please sign in to comment.