homebridge-flair
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -54,3 +54,3 @@ "use strict"; | ||
this.accessory.getService(this.platform.Service.AccessoryInformation) | ||
.updateCharacteristic(this.platform.Characteristic.FirmwareRevision, this.puck.firmwareVersionS); | ||
.updateCharacteristic(String(this.platform.Characteristic.FirmwareRevision), this.puck.firmwareVersionS); | ||
this.platform.log.debug(`Pushed updated current temperature state for ${this.puck.name} to HomeKit:`, this.puck.currentTemperatureC); | ||
@@ -57,0 +57,0 @@ } |
@@ -170,3 +170,3 @@ "use strict"; | ||
} | ||
this.accessoryInformationService.updateCharacteristic(this.platform.Characteristic.FirmwareRevision, this.vent.firmwareVersionS); | ||
this.accessoryInformationService.updateCharacteristic(String(this.platform.Characteristic.FirmwareRevision), this.vent.firmwareVersionS); | ||
this.platform.log.debug(`Pushed updated state for vent: ${this.vent.name} to HomeKit`, { | ||
@@ -173,0 +173,0 @@ open: this.vent.percentOpen, |
{ | ||
"displayName": "Homebridge Flair", | ||
"name": "homebridge-flair", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "registry": "https://registry.npmjs.org/" |
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
81549