Remove test code from WeMo

This commit is contained in:
Nick Farina
2015-09-17 12:50:27 -07:00
parent 6fe4fe8249
commit 5720e82abd

View File

@@ -140,9 +140,7 @@ WeMoAccessory.prototype.getServices = function() {
garageDoorService
.getCharacteristic(Characteristic.TargetDoorState)
.on('set', this.setTargetDoorState.bind(this))
.supportsEventNotification = false;
.on('set', this.setTargetDoorState.bind(this));
return [garageDoorService];
}