Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 19, 2024
1 parent 453df2b commit 0b9bddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions src/lib/alexaMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit 0b9bddf

Please sign in to comment.