homebridge-bf-neobridge
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -121,2 +121,4 @@ var heatmiser = require("heatmiser") | ||
updateCharacteristicsValues(accessory) { | ||
if (accessory == null) { return } | ||
const device = this.devices.get(accessory.displayName) | ||
@@ -180,2 +182,4 @@ const isOffline = device.OFFLINE | ||
break | ||
default: // something else - don;t care `bout it | ||
return null | ||
} | ||
@@ -182,0 +186,0 @@ // now register characteristics' events |
{ | ||
"name": "homebridge-bf-neobridge", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Homebridge plugin for Heatmiser's Neohub", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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
11370
267