hap-nodejs
Advanced tools
Comparing version 1.1.1-alpha.9 to 1.1.1-alpha.10
@@ -329,3 +329,3 @@ import assert from 'node:assert'; | ||
this.avahiServerInterface = await AvahiAdvertiser.avahiInterface(this.bus, 'Server'); | ||
await this.avahiServerInterface.on('StateChanged', this.stateChangeHandler); | ||
this.avahiServerInterface.on('StateChanged', this.stateChangeHandler); | ||
} | ||
@@ -389,3 +389,3 @@ } | ||
if (this.avahiServerInterface) { | ||
await this.avahiServerInterface.removeListener('StateChanged', this.stateChangeHandler); | ||
this.avahiServerInterface.removeListener('StateChanged', this.stateChangeHandler); | ||
this.avahiServerInterface = undefined; | ||
@@ -392,0 +392,0 @@ } |
{ | ||
"name": "hap-nodejs", | ||
"type": "module", | ||
"version": "1.1.1-alpha.9", | ||
"version": "1.1.1-alpha.10", | ||
"description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.", | ||
@@ -6,0 +6,0 @@ "author": "Khaos Tian <khaos.tian@gmail.com> (https://tz.is/)", |
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
2268159