From d3504d904764a223beb25b10e23164e0eb8e1568 Mon Sep 17 00:00:00 2001 From: HFeenstra Date: Sun, 8 Dec 2019 15:37:19 +0100 Subject: [PATCH] Update vacuum.xiaomi_miio.markdown (#11399) In the IOS chapter, I missed some info, after googling I find some extra info and therefor request to change the steps 12 and 14 of the IOS chapter. --- source/_integrations/vacuum.xiaomi_miio.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/vacuum.xiaomi_miio.markdown b/source/_integrations/vacuum.xiaomi_miio.markdown index ed8dfc84711..c573b03801d 100644 --- a/source/_integrations/vacuum.xiaomi_miio.markdown +++ b/source/_integrations/vacuum.xiaomi_miio.markdown @@ -344,12 +344,12 @@ To fetch the token follow these instructions depending on your mobile phone plat ```sql SELECT ZTOKEN FROM ZDEVICE WHERE ZMODEL LIKE "%vacuum%" ``` -12. Copy the returned 32-digit hexadecimal string to your clipboard. +12. Copy the returned 96-digit hexadecimal string to your clipboard. 13. Open `Terminal` and execute this command: ```bash echo '0: ' | xxd -r -p | openssl enc -d -aes-128-ecb -nopad -nosalt -K 00000000000000000000000000000000 ``` -14. Use the resulting string as your token. +14. Use the resulting 32-digit string as your token. (On your mac in front of the terminal session) ### Bluestacks