Skip to content

Commit

Permalink
remove sleep before updating garage state
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewstyler authored Jul 28, 2024
1 parent 65c3c1a commit f5137a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/accessories/WyzeCamera.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ module.exports = class WyzeCamera extends WyzeAccessory {
`[Camera Garage Door] Setting Target State for ${this.mac} (${this.display_name}) to ${value}`
);
this.plugin.client.garageDoor(this.mac, this.product_model);
await this.sleep(1000);
if (value == 0) {
this.garageDoorService
.getCharacteristic(Characteristic.CurrentDoorState)
Expand Down

0 comments on commit f5137a3

Please sign in to comment.