emit pressKey config
Some checks failed
Build and push image for doorman / docker (push) Failing after 2m47s

This commit is contained in:
Martin Dimitrov 2024-10-23 21:54:41 -07:00
parent 9aaa639d8d
commit f53fd11c6e
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,9 @@
}, },
{ {
"path": "packages/serverless" "path": "packages/serverless"
},
{
"path": "../../sideprojects/2023/smart-door-buzzer-twilio-functions"
} }
] ]
} }

View File

@ -48,6 +48,7 @@ exports.handler = async function(context, event, callback) {
buzzer, buzzer,
door, door,
fallbackNumbers: config.Item.fallbackNumbers.SS, fallbackNumbers: config.Item.fallbackNumbers.SS,
pressKey: config.Item.pressKey.S,
}); });
} else { } else {
await client.send(ddb.getLockStatusCommand(door)) await client.send(ddb.getLockStatusCommand(door))