Skip to content

Commit

Permalink
Add find me service
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi authored Jul 11, 2018
1 parent d0d188f commit 35ab3d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pybotvac/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ def disable_schedule(self):

def get_schedule(self):
return self._message({'reqId': "1", 'cmd': "getSchedule"})

def locate(self):
return self._message({'reqId': "1", 'cmd': "findMe"})

@property
def schedule_enabled(self):
Expand Down

0 comments on commit 35ab3d0

Please sign in to comment.