From 1e01cbba0383cfedfea6f7a451a7b15f0ba11894 Mon Sep 17 00:00:00 2001 From: drivin Date: Mon, 18 Jul 2022 15:11:57 +0200 Subject: [PATCH] miiocli has changed option vacuum to roborockvacuum (#23439) --- source/_integrations/xiaomi_miio.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/xiaomi_miio.markdown b/source/_integrations/xiaomi_miio.markdown index a66baa19eb3..d62653b8f1d 100644 --- a/source/_integrations/xiaomi_miio.markdown +++ b/source/_integrations/xiaomi_miio.markdown @@ -1487,7 +1487,7 @@ Main Brush Left*: Sensor Dirty Left*: description: How long the sensor can be used in seconds 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: 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*: @@ -1594,7 +1594,7 @@ vacuum_kitchen: Valid room numbers can be retrieved using miio command-line tool: ```bash -miiocli vacuum --ip --token get_room_mapping +miiocli roborockvacuum --ip --token get_room_mapping ``` It will return the full mapping of room numbers to user-defined names as a list of (number,name) tuples.