Workaround for wemo.js bug

This commit is contained in:
Nick Farina
2015-05-05 09:29:28 -07:00
parent cce6460a3d
commit d43d8f3e2e

View File

@@ -3,6 +3,7 @@ var wemo = require('wemo');
// extend our search timeout from 5 seconds to 60
wemo.SearchTimeout = 60000;
wemo.timeout = wemo.SearchTimeout // workaround for a bug in wemo.js v0.0.4
function WeMoAccessory(log, config) {
this.log = log;