Remove test code from WeMo

This commit is contained in:
Nick Farina
2015-09-17 12:50:27 -07:00
parent 6fe4fe8249
commit 5720e82abd
+1 -3
View File
@@ -140,9 +140,7 @@ WeMoAccessory.prototype.getServices = function() {
garageDoorService garageDoorService
.getCharacteristic(Characteristic.TargetDoorState) .getCharacteristic(Characteristic.TargetDoorState)
.on('set', this.setTargetDoorState.bind(this)) .on('set', this.setTargetDoorState.bind(this));
.supportsEventNotification = false;
return [garageDoorService]; return [garageDoorService];
} }