emit pressKey config
Some checks failed
Build and push image for doorman / docker (push) Failing after 2m47s
Some checks failed
Build and push image for doorman / docker (push) Failing after 2m47s
This commit is contained in:
parent
9aaa639d8d
commit
f53fd11c6e
@ -11,6 +11,9 @@
|
||||
},
|
||||
{
|
||||
"path": "packages/serverless"
|
||||
},
|
||||
{
|
||||
"path": "../../sideprojects/2023/smart-door-buzzer-twilio-functions"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -48,6 +48,7 @@ exports.handler = async function(context, event, callback) {
|
||||
buzzer,
|
||||
door,
|
||||
fallbackNumbers: config.Item.fallbackNumbers.SS,
|
||||
pressKey: config.Item.pressKey.S,
|
||||
});
|
||||
} else {
|
||||
await client.send(ddb.getLockStatusCommand(door))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user