From 1c7b0aabed76074e34ff6cad036a88804278f137 Mon Sep 17 00:00:00 2001 From: Josh Strange Date: Fri, 10 May 2019 15:19:14 -0400 Subject: [PATCH] Typo fix --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d5c5db..db3d1a3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can get both pieces of information by using logcat to "sniff" the data on an HUGE THANKS to [mitchellrj](https://github.com/mitchellrj) for [figuring this out](https://github.com/google/python-lakeside/issues/16#issuecomment-484792907)! -I had to use `adb shell -e 'tuya.m.my.group.device.list'` on my Mac running BlueStacks emulator to get it to work but your mileage may vary. You may also not need to run BlueStacks but it was the easiest method for me. I installed the [EufyHome](https://play.google.com/store/apps/details?id=com.eufylife.smarthome) into the emulator and logged in and was able to grab my id/key. +I had to use `adb shell logcat -e 'tuya.m.my.group.device.list'` on my Mac running BlueStacks emulator to get it to work but your mileage may vary. You may also not need to run BlueStacks but it was the easiest method for me. I installed the [EufyHome](https://play.google.com/store/apps/details?id=com.eufylife.smarthome) into the emulator and logged in and was able to grab my id/key. ## Demo diff --git a/package.json b/package.json index 7a9643e..9b83b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eufy-robovac", - "version": "1.0.0", + "version": "1.0.1", "description": "NodeJS library to control Eufy RoboVac", "main": "dist/index.js", "types": "dist/index.d.js",