Skip to content

Commit

Permalink
Removing unneeded code that might cause the wrong status to show
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstrange committed May 17, 2019
1 parent 05dbcd2 commit 30e968e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-eufy-robovac",
"version": "1.0.0",
"version": "1.0.1",
"description": "Homebridge support for Eufy RoboVac",
"main": "dist/index.js",
"dependencies": {
Expand Down
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ class EufyRoboVacAccessory {
await sleep(2000);
await this.roboVac.goHome();
}
setTimeout(async () => {
this.updateCleaningState(await this.roboVac.getPlayPause());
}, 1000);

callback();
}
Expand Down

0 comments on commit 30e968e

Please sign in to comment.