homebridge-rf-fan
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -179,3 +179,3 @@ var locks = require('locks'); | ||
this.informationService = new Service.AccessoryInformation(); | ||
informationService | ||
this.informationService | ||
.setCharacteristic(Characteristic.Manufacturer, this.manufacturer) | ||
@@ -198,3 +198,3 @@ .setCharacteristic(Characteristic.Model, this.model) | ||
return [this.informationSerivce, this.fanService]; | ||
return [this.informationService, this.fanService]; | ||
}; | ||
@@ -201,0 +201,0 @@ |
{ | ||
"name": "homebridge-rf-fan", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Control 7 speed fan with REST API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/iandrewt/homebridge-rf-fan", |
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
6414