Compare commits
No commits in common. "master" and "v0.8.4" have entirely different histories.
@ -1,6 +1,4 @@
|
||||
[](https://www.npmjs.com/package/homebridge-kobold)
|
||||
[](https://www.npmjs.com/package/homebridge-kobold?activeTab=versions)
|
||||
|
||||
|
||||
# homebridge-kobold
|
||||
|
||||
|
@ -136,7 +136,6 @@ 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);
|
||||
|
Loading…
Reference in New Issue
Block a user