mirror of
https://github.com/koush/scrypted.git
synced 2026-05-30 08:10:30 +01:00
onvif: forgotten file re motion sensor reset
This commit is contained in:
@@ -43,6 +43,9 @@ export async function listenEvents(thisDevice: ScryptedDeviceBase, client: Onvif
|
||||
// thisDevice.motionDetected = true;
|
||||
}
|
||||
else if (event === OnvifEvent.MotionStop) {
|
||||
// reset the trigger to debounce per above.
|
||||
triggerMotion();
|
||||
|
||||
// thisDevice.motionDetected = false;
|
||||
}
|
||||
else if (event === OnvifEvent.AudioStart)
|
||||
|
||||
Reference in New Issue
Block a user