force update home
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Successful in 47s
Build and push Doorman UI / API / diff (push) Successful in 11s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / twilio (push) Has been cancelled
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Successful in 47s
Build and push Doorman UI / API / diff (push) Successful in 11s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / twilio (push) Has been cancelled
This commit is contained in:
parent
09231cd7f7
commit
3d7f30a574
@ -21,6 +21,7 @@ app.get("/api/door/info", async (c) => {
|
||||
const db = createDynaBridgeClient(Bun.env as any);
|
||||
|
||||
const config = await db.entities.doorConfig.findById(getDoorConfigID(door));
|
||||
console.log(config);
|
||||
|
||||
if (!config) {
|
||||
return c.json({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user