From a36ed2fd99db854c9172a6bfd9edf6ed6960e5ed Mon Sep 17 00:00:00 2001 From: Damian Nowak Date: Sun, 27 Jun 2021 10:04:17 -0500 Subject: [PATCH] xiaomi_miio: improve formatting (#18125) --- source/_integrations/xiaomi_miio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/xiaomi_miio.markdown b/source/_integrations/xiaomi_miio.markdown index 78f5ddaaa5c..1ec3d115fe2 100644 --- a/source/_integrations/xiaomi_miio.markdown +++ b/source/_integrations/xiaomi_miio.markdown @@ -118,7 +118,7 @@ This token (32 hexadecimal characters) is required for the Xiaomi Mi Robot Vacuu 5. Ensure successful operation using 5.4.54 (locate is a nice simple test) 6. Using adb we will now extract the token from the rooted phone 7. Use adb shell to connect to your device and become root (if using Magisck root do `adb shell -> su -> whoami` to ensure root access. -8. Then run grep -R '"token"' /data/data/com.xiaomi.smarthome and grab the token +8. Then run `grep -R '"token"' /data/data/com.xiaomi.smarthome` and grab the token ### iOS