mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-30 14:23:10 +01:00
Workaround for wemo.js bug
This commit is contained in:
@@ -3,6 +3,7 @@ var wemo = require('wemo');
|
|||||||
|
|
||||||
// extend our search timeout from 5 seconds to 60
|
// extend our search timeout from 5 seconds to 60
|
||||||
wemo.SearchTimeout = 60000;
|
wemo.SearchTimeout = 60000;
|
||||||
|
wemo.timeout = wemo.SearchTimeout // workaround for a bug in wemo.js v0.0.4
|
||||||
|
|
||||||
function WeMoAccessory(log, config) {
|
function WeMoAccessory(log, config) {
|
||||||
this.log = log;
|
this.log = log;
|
||||||
|
|||||||
Reference in New Issue
Block a user