-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Add support for manual disable/enable alarms #507
Comments
Ah ok if that is what you meant then it's already supported. There is a lighting button and a crossed out lighting button in zmNinja that invokes those apis. |
Oh really? Sorry man! 😉
Let me try, sorry I did not find that.
I dont think there is any inbuilt support in ZM to suppress motion alarms,
but there probably should be. I just do it by hand..
…On Wed, Mar 29, 2017 at 5:54 PM, Pliable Pixels ***@***.***> wrote:
Ah ok if that is what you meant then it's already supported. There is a
lighting button and a crossed out lighting button in zmNinja that invokes
those apis.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/pliablepixels/zmNinja/issues/507#issuecomment-290261240>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AP9IRgIDvRedSPdc48lINHdzoX3gelq1ks5rqu89gaJpZM4Mtsi9>
.
|
Hmm that button seems to cancel an existing alarm... not disable alarms..
…On Wed, Mar 29, 2017 at 5:54 PM, Pliable Pixels ***@***.***> wrote:
Ah ok if that is what you meant then it's already supported. There is a
lighting button and a crossed out lighting button in zmNinja that invokes
those apis.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/pliablepixels/zmNinja/issues/507#issuecomment-290261240>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AP9IRgIDvRedSPdc48lINHdzoX3gelq1ks5rqu89gaJpZM4Mtsi9>
.
|
Right. The API you pointed to does that too. I added those APIS to ZM for zmNinja. |
Hmmm ok i am looking for same functionality as the disable alarms button on
the lower left of a live monitor screen. I misread the API docs i guess.
But i can probably just patch the API on my instance to do that now that i
can use the lightning bolts to call them.
On Mar 29, 2017 10:09 PM, "Pliable Pixels" <[email protected]> wrote:
Right. The API you pointed to does that too. I added those APIS to ZM for
zmNinja.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/pliablepixels/zmNinja/issues/507#issuecomment-290267883>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AP9IRsocRtjel0UyUSZJqrSMKuHQP4EEks5rqvnagaJpZM4Mtsi9>
.
|
@pinballnewf - when you say
Are you referring to the ZM web screen or zmNinja screen? if its the zmNinja screen, those two buttons basically invoke the alarm API you pointed to earlier. |
closing as no update from OP - please re-open if this is still an issue |
Hi,
please add support to manually enable/disable alarms for monitors. This comes in handy when moving PTZ cameras.
This function is available from the live view monitor on the web ui and the api call http://IP/zm/api/monitors/alarm/id:<monitor#>/command:on/off.json
Thank you!
The text was updated successfully, but these errors were encountered: