homebridge-august
Advanced tools
Comparing version 0.1.0-beta.2 to 0.1.0-beta.3
@@ -106,3 +106,3 @@ "use strict"; | ||
// Lock Mechanism | ||
if (this.retryCount) { | ||
if (this.retryCount > 1) { | ||
this.LockCurrentState = this.platform.Characteristic.LockCurrentState.JAMMED; | ||
@@ -109,0 +109,0 @@ } |
{ | ||
"displayName": "Homebridge August", | ||
"name": "homebridge-august", | ||
"version": "0.1.0-beta.2", | ||
"version": "0.1.0-beta.3", | ||
"description": "The [Homebridge](https://homebridge.io) August plugin allows you to access your [August](https://august.com) & [Yale](https://shopyalehome.com) device(s) from HomeKit.", | ||
@@ -6,0 +6,0 @@ "author": "donavanbecker", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119988