-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Battery cams api fixes #1719
Battery cams api fixes #1719
Conversation
} | ||
catch (e) { | ||
this.console.log('Error in getting battery info', e); | ||
} | ||
}, 1000 * 60 * 30); | ||
}, 1000 * 10); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems excessively frequent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't making this request keep the battery camera awake?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No this won't wake it up, this will be handled by the hub and battery cams only work with hub on scrypted
What value would you suggest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think preserving existing interval for non battery cams is preferable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The interval won't start for non battery cams at all
Improves handling of online state on Reolink battery camses, increasing the checking on the online state and allow the snapshot plugin to get more relevant snapshots
Fix for battery camera motion reporting, it comes as an event instead of Ai result