Skip to content

Commit

Permalink
fix(gatebox): disable update targetDoorStateCharacteristic
Browse files Browse the repository at this point in the history
  • Loading branch information
Actardnes committed Dec 7, 2020
1 parent 32c369f commit 0032fa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions blebox/gateBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class GateBoxAccessoryWrapper extends AbstractBoxWrapper {
const serviceNumber = 0;
const service = this.getService(serviceNumber);
service.updateCharacteristic(this.currentDoorStateCharacteristic, this.getCurrentDoorStateValue());

service.updateCharacteristic(this.targetDoorStateCharacteristic, this.getCurrentDoorStateValue());
}
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-blebox",
"version": "0.1.1",
"version": "0.1.2",
"description": "BleBox plugin for homebridge: https://github.com/nfarina/homebridge",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 0032fa4

Please sign in to comment.