45
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.
specify ncbwe for IR Filter ON.
specify efans for fan stop.
specify camera.position(num).status for preset position. "num" is from 0 to 99.
Setting Example /api/param?application.event(1).trigger=v1
Interval can be set to periodic ftp assigned to event(6). Set "i1500" for interval 1500 seconds.
Setting Example /api/param?application.event(6).trigger=i1500
When setting Trigger upon combining 2 alarm inputs, specify as m1(50)b2. The example above indicates that trigger
will be activated when break is invoked at alarm input 2 within 50 seconds after make is invoked at alarm input 1.
Additionally, combination is only allowed for alarm inputs and not motion detect. And same alarm can not be combined.
For example, m1(50)m1 is not available.
Setting Example /api/param?application.event(1).trigger=m1(100)b2
Allowed users admin, operator
6.5. Alarm Environment Setting
The APIs below are related to alarm environment setting. These are equivalent to the features on the Alarm
Environment page of the WEB setting page. Refer to the instruction manual for details on the Alarm Environment page.
Getting SMTP Server Address Setting from VN-V685/686/686B
Format /api/param?application.smtp.host