You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
First of all, this is a wonderful plugin! But I do have a request.
The most recent cameras by Foscam (e.g. the C2M) have new functionality for detecting human movement. This is not yet supported by your plugin.
So could you please add the following line to index.js below line 394:
if (state.humanDetectAlarmState === 2) self.motionDetected(mac);
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all, this is a wonderful plugin! But I do have a request.
The most recent cameras by Foscam (e.g. the C2M) have new functionality for detecting human movement. This is not yet supported by your plugin.
So could you please add the following line to
index.js
below line 394:if (state.humanDetectAlarmState === 2) self.motionDetected(mac);
The text was updated successfully, but these errors were encountered: