range of 1 to 6. Note that alarm numbers are different from the alarm input pin numbers.
When only 1 Trigger is set:
m1 will be returned in the case of make for alarm input 1.
b1 will be returned in the case of break for alarm input 1.
m2 will be returned in the case of make for alarm input 2.
b2 will be returned in the case of break for alarm input 2.
v1 will be returned for motion detection of video.
ncbws will be returned for IR filter OFF. (VN-V26 Only)
ncbwe will be returned for IR filter ON. (VN-V26 Only)
Example of Response application.event(1).trigger=v1&200 OK
When a combination of 2 Triggers are set, responses such as m1(10)b2 will be returned. The example indicates that
trigger will be activated when break is invoked at alarm input 2 within 10 seconds after make is invoked at alarm
input 1.
Example of Response application.event(1).trigger=m1(100)b2&200 OK
Allowed users admin, operator
Setting Alarm Trigger for VN-V25/26
Format /api/param?application.event(Number).trigger=data
Example When setting Trigger of Alarm No. 1
/api/param?application.event(1).trigger=m1
Example of Response
application.event(1).trigger&202
Accepted(application.event(1).status=restart)
Interpretation Set Trigger of the alarm action for the specified alarm number. Up to 5 alarm actions can be
specified, and periodic FTP is assigned to event No.6, therefore the number of alarm(number) can be set between the
range of 1 to 6. Note that alarm numbers are different from the alarm input pin numbers.
The changes to settings of alarm action become valid by /api/param?application.event(Number).status=restart.
When setting only 1 Trigger:
specify m1 in the case of Make for alarm input 1.
specify b1 in the case of Break for alarm input 1.
specify m2 in the case of Make for alarm input 2.
specify b2 in the case of Break for alarm input 2.
specify v1 for motion detection of video.
specify ncbws for IR Filter OFF. (VN-V26 Only)
specify ncbwe for IR Filter ON. (VN-V26 Only)
38