Skip to content

Commit

Permalink
Update docs for 'find'
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoletti116 authored and koalazak committed Sep 22, 2021
1 parent a971b6c commit a31d452
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Video: Realtime cleaning map using dorita980 lib in [rest980](https://github.com

| | 1.6.x Local | 1.6.x Cloud | 2.x.x Local |2.x.x Cloud | 3.x.x Local |
|---------------------------------------------|-------------|---------------|---------------|---------|--------|
| Clean/Start/Stop/Pause/Dock/Resume/CleanRoom| yes | yes | yes | pending | yes |
| Clean/Start/Stop/Pause/Dock/Resume/CleanRoom/Find| yes | yes | yes | pending | yes |
| Get Preferences | yes | yes | yes | pending | yes |
| Set Preferences | yes | yes | yes | pending | yes |
| Get x,y,d Position | yes | yes | yes | pending | - |
Expand Down Expand Up @@ -688,6 +688,12 @@ Note: before dock you need to pause() or stop() your robot.
```javascript
{"ok":null}
```
<a name="find"></a>
#### `find()`
Note: sends locate request. If the robot is on dock nothing will happen, otherwise it will beep.
```javascript
{"ok":null}
```

## Simplifications to set Cleaning Preferences:
This methods use setPreferences() with the correct `flags` for each setting.
Expand Down

0 comments on commit a31d452

Please sign in to comment.