mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-12 22:06:54 +01:00
Remove test code from WeMo
This commit is contained in:
+1
-3
@@ -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];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user