mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
remote configuration changes #1985
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#1985
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sebPomme on GitHub (Jun 3, 2021).
Hi,
Do you think it is possible to create some web endpoint to:
<GET=get | POST= enable| DELETE=disable>notification/api/v1/notification<GET=get | POST=enable | DELETE=disable>motion detection/api)/v1/motion_detectionI think this can be useful to let another system (like homeassistant or jeedom or a custom script with curl) to enable / disable this features when no one is at home, or some more complex senarios.
@starbasessd commented on GitHub (Jun 3, 2021):
Look at the document for motion:
https://motion-project.github.io/motion_config.html
Look for section beginning "Web Control"
Some of those features already exist in the motion back end.
@zagrim commented on GitHub (Jun 3, 2021):
There have been others requesting this kind of thing, too, see #800 and #1223 and also #203 and #229. There are some ideas and workarounds in the comments.
@sebPomme commented on GitHub (Jul 8, 2021):
@zagrim @starbasessd
Verry usefull links thanks. I think we can close this one for the moment.