Skip to content

Commit

Permalink
deviceCleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 16, 2024
1 parent d8bcec5 commit 11caf62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. This projec

#### Changes

- Changed behaviour for missing devices, and have the plugin inform Alexa about some missing devices so they can be automatically deleted. Feature is enabled with the config option `deviceCleanup`. Currently only removes devices when it detects that the homebridge instance / child bridge associated with the device is no longer available.
- Changed behaviour for missing devices, and have updated the plugin inform Alexa about some missing devices so they can be automatically deleted. Feature is enabled with the config option `deviceCleanup`. Currently only removes devices when it detects that the homebridge instance / child bridge associated with the device is no longer available.

- Improved performance on `Alexa turn off all the lights`

Expand Down
1 change: 1 addition & 0 deletions src/lib/alexaActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ function alexaMessage(message, callback) {
// debug("alexaMessage - statusArray", statusArray);

processStatusArray.call(this, statusArray, message).then(response => {
debug("alexaMessage:Response:", JSON.stringify(response));
callback(null, response);
}).catch(err => {
debug("alexaMessage:Error:", err.message);
Expand Down

0 comments on commit 11caf62

Please sign in to comment.