From 7b7052ff57b2efb8b412f7b1da10f1346ab4eb0b Mon Sep 17 00:00:00 2001 From: Jean-Paul van Ravensberg <14926452+Cloudenius@users.noreply.github.com> Date: Sat, 13 Jun 2020 17:16:16 +0200 Subject: [PATCH] Small note which might save some time (#13743) --- source/_integrations/vacuum.xiaomi_miio.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/vacuum.xiaomi_miio.markdown b/source/_integrations/vacuum.xiaomi_miio.markdown index b813ddee95e..c0991911559 100644 --- a/source/_integrations/vacuum.xiaomi_miio.markdown +++ b/source/_integrations/vacuum.xiaomi_miio.markdown @@ -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 get_room_mapping ```