just drying someting
This commit is contained in:
parent
5c52edeb3b
commit
2990bf2d75
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user