some changes to global mode
This commit is contained in:
parent
9fbe822c33
commit
815a68e948
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user