From 815a68e948327a1c078c39653a3abd78373fc2e3 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Tue, 28 Feb 2017 22:41:13 +0000 Subject: [PATCH] some changes to global mode --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index e768049..697cee4 100644 --- a/server.js +++ b/server.js @@ -44,7 +44,7 @@ wemo.discover(function(deviceInfo) { // Handle BinaryState events wemoClient.on('binaryState', function(value) { logger.debug('Binary State changed to: %s', value); - busEmitter.emit('updateState', value); + // busEmitter.emit('updateState', value); }); // Turn the switch on