homebridge-platform-wemo
Advanced tools
Comparing version 3.0.9-beta.2 to 3.0.9-beta.3
@@ -457,4 +457,8 @@ /* jshint -W014, -W033, esversion: 9 */ | ||
const randIndex = Math.floor(Math.random() * this.lang.zWelcome.length) | ||
this.log('%s. %s', this.lang.complete, this.lang.zWelcome[randIndex]) | ||
// Set a small timeout so the message should appear after the listener port log entry | ||
setTimeout(() => { | ||
this.log('%s. %s', this.lang.complete, this.lang.zWelcome[randIndex]) | ||
}, 2000) | ||
// Perform the first discovery run and setup the interval for subsequent runs | ||
@@ -461,0 +465,0 @@ this.discoverDevices() |
{ | ||
"name": "homebridge-platform-wemo", | ||
"alias": "BelkinWeMo", | ||
"version": "3.0.9-beta.2", | ||
"version": "3.0.9-beta.3", | ||
"author": "bwp91", | ||
@@ -6,0 +6,0 @@ "description": "Homebridge plugin to control Wemo devices.", |
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
262356
6236