Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Fix defer in smarthome
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturner committed Nov 2, 2019
1 parent dd81138 commit c606e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aws/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const turnOffCallbackPayloadSmartHome = (userId, duration) => {
userId: userId
},
payload: {
defer: false,
thermostatMode: {
value: 'OFF'
}
Expand Down

0 comments on commit c606e88

Please sign in to comment.