homebridge-air
Advanced tools
Comparing version 1.0.0-beta.13 to 1.0.0-beta.14
@@ -104,4 +104,3 @@ import { interval } from 'rxjs'; | ||
catch (e) { | ||
await this.errorLog(`failed to parse status, Error Message: ${JSON.stringify(e.message)}`); | ||
await this.debugLog(`Error: ${JSON.stringify(e)}`); | ||
await this.errorLog(`failed to parseStatus, Error Message: ${JSON.stringify(e.message ?? e)}`); | ||
await this.apiError(e); | ||
@@ -146,4 +145,3 @@ } | ||
catch (e) { | ||
await this.errorLog(`failed to update status, Error Message: ${JSON.stringify(e.message)}`); | ||
await this.debugLog(`Error: ${JSON.stringify(e)}`); | ||
await this.errorLog(`failed to update status, Error Message: ${JSON.stringify(e.message ?? e)}`); | ||
await this.apiError(e); | ||
@@ -150,0 +148,0 @@ } |
@@ -69,4 +69,3 @@ import { readFileSync } from 'node:fs'; | ||
catch (e) { | ||
await this.errorLog(`Failed to Discover Devices ${JSON.stringify(e.message)}`); | ||
this.debugErrorLog(`Failed to Discover, Error: ${e}`); | ||
await this.errorLog(`Failed to Discover Devices ${JSON.stringify(e.message ?? e)}`); | ||
} | ||
@@ -73,0 +72,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "1.0.0-beta.13", | ||
"version": "1.0.0-beta.14", | ||
"description": "The AirNow plugin allows you to monitor the current AirQuality for your Zip Code from HomeKit and Siri.", | ||
@@ -8,0 +8,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
331975
3075