Compare commits
2 Commits
ts-dynamic
...
master
Author | SHA1 | Date | |
---|---|---|---|
2990bf2d75 | |||
|
5c52edeb3b |
@ -1,4 +1,6 @@
|
||||
[![Latest NPM release](https://img.shields.io/npm/v/homebridge-kobold.svg)](https://www.npmjs.com/package/homebridge-kobold)
|
||||
[![NPM Downloads](https://img.shields.io/npm/dt/homebridge-kobold.svg)](https://www.npmjs.com/package/homebridge-kobold?activeTab=versions)
|
||||
|
||||
|
||||
# homebridge-kobold
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user