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` - `start`
- `pause` - `pause`
- `stop` - `stop`
- `return_to_home` - `return_to_base`
- `locate` - `locate`
- `clean_spot` - `clean_spot`
- `set_fan_speed` - `set_fan_speed`