just drying someting

This commit is contained in:
Erik Foris 2022-05-02 14:20:05 +00:00
parent 5c52edeb3b
commit 2990bf2d75

View File

@ -136,6 +136,7 @@ function KoboldVacuumRobotAccessory(platform, robotObject)
serviceName = this.dict["clean"] + " " + this.boundary.name; serviceName = this.dict["clean"] + " " + this.boundary.name;
} }
this.cleanService = new Service.Switch(serviceName, "cleanBoundary:" + this.boundary.id); 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); this.log("Added cleaning device named: " + this.name);