mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-19 06:13:10 +01:00
Fix stray comma
This commit is contained in:
@@ -75,7 +75,7 @@ LockitronAccessory.prototype.setState = function(state, callback) {
|
|||||||
callback(err || new Error("Error setting lock state."));
|
callback(err || new Error("Error setting lock state."));
|
||||||
}
|
}
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
},
|
}
|
||||||
|
|
||||||
LockitronAccessory.prototype.getServices = function() {
|
LockitronAccessory.prototype.getServices = function() {
|
||||||
return [this.service];
|
return [this.service];
|
||||||
|
|||||||
Reference in New Issue
Block a user