feat: Add 'doorbell' configuration profile (#2511)
This commit is contained in:
committed by
dermotduffy
parent
ef9c9c8d5c
commit
406176eebc
@@ -229,7 +229,9 @@ export class CameraManager {
|
||||
}
|
||||
|
||||
const hasAutoTriggers = (config: CameraConfig): boolean => {
|
||||
return config.triggers.motion || config.triggers.occupancy;
|
||||
return (
|
||||
config.triggers.motion || config.triggers.occupancy || config.triggers.doorbell
|
||||
);
|
||||
};
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user