From 40494f8b2425d15389d88afbceddbc2ee5c7f99e Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:43:28 -0500 Subject: [PATCH] Improved performance for Playback and Input controller, and resolve device not responding message after a command (#759) * Bug fix * Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/lib/alexaMessages.js | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f9535..fc4c5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/). +## 0.8.1 (2024-12-24) + +## [Version 0.8.0](https://github.com/northernman54/homebridge-alexa/compare/v0.8.0...v0.8.1) + +#### Bug Fix + +- Improved performance for Playback and Input controller, and resolve device not responding after a command + ## 0.8.0 (2024-12-24) ## [Version 0.8.0](https://github.com/northernman54/homebridge-alexa/compare/v0.7.1...v0.8.0) diff --git a/package.json b/package.json index 26c86b5..a42b3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-alexa", - "version": "0.8.0", + "version": "0.8.1", "description": "Control your Homebridge devices with Amazon Alexa.", "main": "src/plugin.js", "scripts": { diff --git a/src/lib/alexaMessages.js b/src/lib/alexaMessages.js index eac386d..5bb7405 100644 --- a/src/lib/alexaMessages.js +++ b/src/lib/alexaMessages.js @@ -69,6 +69,7 @@ function alexaResponse(message, hbResponse, err, value) { "messageId": message.directive.header.messageId, "namespace": "Alexa", "name": "Response", + "correlationToken": message.directive.header.correlationToken, "payloadVersion": "3" }, "endpoint": { @@ -94,6 +95,7 @@ function alexaResponse(message, hbResponse, err, value) { "messageId": message.directive.header.messageId, "namespace": "Alexa", "name": "Response", + "correlationToken": message.directive.header.correlationToken, "payloadVersion": "3" }, "endpoint": {