reolink: reset siren state

This commit is contained in:
Koushik Dutta
2024-07-26 08:28:53 -07:00
parent 437ab70cd9
commit d682bd2ebb
3 changed files with 4 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/reolink",
"version": "0.0.85",
"version": "0.0.86",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/reolink",
"version": "0.0.85",
"version": "0.0.86",
"license": "Apache",
"dependencies": {
"@scrypted/common": "file:../../common",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/reolink",
"version": "0.0.85",
"version": "0.0.86",
"description": "Reolink Plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",

View File

@@ -14,6 +14,7 @@ class ReolinkCameraSiren extends ScryptedDeviceBase implements OnOff {
constructor(public camera: ReolinkCamera, nativeId: string) {
super(nativeId);
this.on = false;
}
async turnOff() {