Update incorrect service return call (#6111)

The vacuum service return_to_home should be return_to_base as listed in the services tool. Users using return_to_home will result in the service failing.
This commit is contained in:
mh-daedalus 2018-08-30 18:02:10 +10:00 committed by Fabian Affolter
parent 55be4864a7
commit 5839ed2002

View File

@ -20,7 +20,7 @@ Currently supported features are:
- `start`
- `pause`
- `stop`
- `return_to_home`
- `return_to_base`
- `locate`
- `clean_spot`
- `set_fan_speed`