some changes to global mode

This commit is contained in:
Martin Donnelly 2017-02-28 23:04:00 +00:00
parent 656c1920f1
commit 647c69d9b0

View File

@ -44,7 +44,7 @@ wemo.discover(function(deviceInfo) {
// Handle BinaryState events
wemoClient.on('binaryState', function(value) {
logger.debug('Binary State changed to: %s', value);
mqttClient.updateGlobal(value);
// mqttClient.updateGlobal(value);
});
// Turn the switch on