diff --git a/plugins/amcrest/src/main.ts b/plugins/amcrest/src/main.ts index cd9c49758..438696c6d 100644 --- a/plugins/amcrest/src/main.ts +++ b/plugins/amcrest/src/main.ts @@ -106,6 +106,13 @@ class AmcrestCamera extends RtspSmartCamera implements VideoCameraConfiguration, description: "Enable if this device is an Amcrest Doorbell.", key: "amcrestDoorbell", value: (!!this.providedInterfaces?.includes(ScryptedInterface.BinarySensor)).toString(), + }, + { + title: 'Dahua Doorbell', + type: 'boolean', + description: "Enable if this device is an Dahua Doorbell.", + key: "dahuaDoorbell", + value: this.storage.getItem('dahuaDoorbell'), } ]; }