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": "packages/serverless"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../../sideprojects/2023/smart-door-buzzer-twilio-functions"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -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))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user