homebridge-veritable-potager
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -136,2 +136,3 @@ "use strict"; | ||
if (this.peripheral.state !== 'connected') { | ||
this.platform.log.info(`Tried to get on but device is ${this.peripheral.state}:`, this.peripheral.advertisement.localName); | ||
throw new this.platform.api.hap.HapStatusError(-70402 /* SERVICE_COMMUNICATION_FAILURE */); | ||
@@ -167,2 +168,3 @@ } | ||
if (this.peripheral.state !== 'connected') { | ||
this.platform.log.info(`Tried to get brightness but device is ${this.peripheral.state}:`, this.peripheral.advertisement.localName); | ||
throw new this.platform.api.hap.HapStatusError(-70402 /* SERVICE_COMMUNICATION_FAILURE */); | ||
@@ -169,0 +171,0 @@ } |
{ | ||
"displayName": "Homebridge Veritable Potager BLE", | ||
"name": "homebridge-veritable-potager", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A short description about what your plugin does.", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
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
48016
337