miiocli has changed option vacuum to roborockvacuum (#23439)

This commit is contained in:
drivin 2022-07-18 15:11:57 +02:00 committed by GitHub
parent 0625373373
commit 1e01cbba03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1487,7 +1487,7 @@ Main Brush Left*:
Sensor Dirty Left*: Sensor Dirty Left*:
description: How long the sensor can be used in seconds description: How long the sensor can be used in seconds
Current Clean Time: Current Clean Time:
description: The current cleaning time of the vacuum. If the vaccuum is not cleaning, this sensor will have the same value as the "Last Clean Duration" sensor. description: The current cleaning time of the vacuum. If the vacuum is not cleaning, this sensor will have the same value as the "Last Clean Duration" sensor.
Current Clean Area: Current Clean Area:
description: The current area that has been cleaned. If the vacuum is not cealning, this sensor will have the same value as the "Last Clean Area" sensor. description: The current area that has been cleaned. If the vacuum is not cealning, this sensor will have the same value as the "Last Clean Area" sensor.
Last Clean Area*: Last Clean Area*:
@ -1594,7 +1594,7 @@ vacuum_kitchen:
Valid room numbers can be retrieved using miio command-line tool: Valid room numbers can be retrieved using miio command-line tool:
```bash ```bash
miiocli vacuum --ip <ip of the vacuum> --token <your vacuum token> get_room_mapping miiocli roborockvacuum --ip <ip of the vacuum> --token <your vacuum token> get_room_mapping
``` ```
It will return the full mapping of room numbers to user-defined names as a list of (number,name) tuples. It will return the full mapping of room numbers to user-defined names as a list of (number,name) tuples.