Skip to content

Commit

Permalink
Ensure proper service is used
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi authored Dec 5, 2018
1 parent 1d39638 commit c89f2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybotvac/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def start_cleaning(self, mode=2, navigation_mode=1, category=None):
'mode': mode,
'modifier': 1}
}
elif self.service_version == 'basic-3':
elif self.service_version == 'basic-3' or 'basic-4':
json = {'reqId': "1",
'cmd': "startCleaning",
'params': {
Expand Down

0 comments on commit c89f2d0

Please sign in to comment.