We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tracker request to add ZM 1.37 support, unclear what changes are needed
Originally report by @michlalp at home-assistant/home-assistant.io#35753
The text was updated successfully, but these errors were encountered:
there is no modect, mocord etc. in 1.37 so at least behavior of the "switch" will need some changes
Sorry, something went wrong.
According to the ZM API documentation (https://zoneminder.readthedocs.io/en/stable/api.html), the change of a monitor state should be required through API according to the following request:
This API changes monitor 1 to enable motion detection and recording on motion detection (similar to old Modect function)
curl -XPOST http://server/zm/api/monitors/1.json -d "Monitor[Analysing]=Always&Monitor[Recording]=OnMotion"
How can we use the above information to modify the "switch" behavior?
No branches or pull requests
tracker request to add ZM 1.37 support, unclear what changes are needed
Originally report by @michlalp at home-assistant/home-assistant.io#35753
The text was updated successfully, but these errors were encountered: