Skip to content

Commit

Permalink
stop updating garage door current state
Browse files Browse the repository at this point in the history
matthewstyler authored Jul 28, 2024
1 parent e261b9e commit 65c3c1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/accessories/WyzeCamera.js
Original file line number Diff line number Diff line change
@@ -323,9 +323,6 @@ module.exports = class WyzeCamera extends WyzeAccessory {
);
}
this.garageDoor = property.value;
this.garageDoorService
.getCharacteristic(Characteristic.CurrentDoorState)
.updateValue(this.garageDoor);
}
break;
}

0 comments on commit 65c3c1a

Please sign in to comment.