Small note which might save some time (#13743)

This commit is contained in:
Jean-Paul van Ravensberg 2020-06-13 17:16:16 +02:00 committed by GitHub
parent 0395ce6f08
commit 7b7052ff57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,6 +358,8 @@ Where params specify room numbers, for multiple rooms, params can be specified l
Valid room numbers can be retrieved using miio command-line tool. It will only give room numbers and not the room names. To get the room names, one can just test the app_segment_clean command and see which room it cleans.
Note: if you don't have access to the miio command-line tool, you can try the app_segment_clean command starting from number 16 as this number seems to be the first room.
```bash
miio protocol call <ip of the vacuum> get_room_mapping
```