Skip to content

Commit

Permalink
1.4.5-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoduj committed Apr 21, 2021
1 parent 900421b commit cdfc5f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ You can also use the [PACKAGES](https://github.com/oznu/docker-homebridge#option

All notable changes to this project will be documented in this file.

## 1.4.5-beta.4

- [FIX] Custom areas and spots as separate device #63

## 1.4.5-beta.3

- [FIX] Custom areas and spots as separate device #63
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ myDeebotEcovacsPlatform.prototype = {
);

myDeebotEcovacsAccessory2.addService(HKSwitchSpotAreaService);
this._confirmedAccessories.push(myDeebotEcovacsAccessory2);
} else {
myDeebotEcovacsAccessory.addService(HKSwitchSpotAreaService);
}
Expand Down Expand Up @@ -582,6 +583,7 @@ myDeebotEcovacsPlatform.prototype = {
);

myDeebotEcovacsAccessory2.addService(HKSwitchCustomAreaService);
this._confirmedAccessories.push(myDeebotEcovacsAccessory2);
} else {
myDeebotEcovacsAccessory.addService(HKSwitchCustomAreaService);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-deebotecovacs",
"version": "1.4.5-beta.3",
"version": "1.4.5-beta.4",
"author": "Nicolas Dujardin",
"description": "Publish your deebot ecovacs as an homekit accessory",
"main": "index.js",
Expand Down

0 comments on commit cdfc5f4

Please sign in to comment.