homebridge-tuya-outlet
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -51,4 +51,4 @@ const tuya = require('tuyapi'); | ||
TuyaOutlet.prototype.identify = function (callback) { | ||
debug(_this.config.name + " was identified."); | ||
debug(this.config.name + " was identified."); | ||
callback(); | ||
}; |
{ | ||
"name": "homebridge-tuya-outlet", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Homebridge plugin for devices utilizing Tuya's API: https://github.com/codetheweb/homebridge-tuya-outlet", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
2439