diff --git a/accessories/koboldVacuumRobot.js b/accessories/koboldVacuumRobot.js index bae2750..91f0de8 100644 --- a/accessories/koboldVacuumRobot.js +++ b/accessories/koboldVacuumRobot.js @@ -136,6 +136,7 @@ function KoboldVacuumRobotAccessory(platform, robotObject) serviceName = this.dict["clean"] + " " + this.boundary.name; } this.cleanService = new Service.Switch(serviceName, "cleanBoundary:" + this.boundary.id); + this.cleanService = new Service.Switch(serviceName + "1", "cleanBoundary:" + this.boundary.id) } this.log("Added cleaning device named: " + this.name);