Pick up an event from 10 events in the event list to be a manual event.
There are 10 events in the event handler. This URL could pick up one of them to be the manual event. By EVENT_PUSH URL, user could trigger this manual event at any time.
Device does not check if the event is associated to this manual event is setup correctly. The return message of EVENT_PUSH will tell how this manual event acts.
index
where
index could be 0 ~ 10.
0: no event is linked to the manual event.
1: event rule 1 in the event list is linked to the manual event
...
10: event rule 10 in the event list is linked to the manual event
EVENT_MANUAL='0'
OK: EVENT_MANUAL='1'
or
ERROR: EVENT_MANUAL='0'
or
ERROR: EVENT_MANUAL not found
Platform Devices Supported Firmware Version PlatformA Camera, Video server A1D-220-V3.13 and later PlatformT Camera, Video server A1D-310-V4.09 and later Multiple channel Encoder Video server A1X-M2N-V2.07.03 + Video server firmware version
Valid
http://ip:port/cgi-bin/encoder?USER=admin&PWD=123456&EVENT_MANUAL
or
http://ip:port/cgi-bin/cmd/encoder?EVENT_MANUAL
http://ip:port/cgi-bin/encoder?USER=admin&PWD=123456&EVENT_MANUAL=1
or
http://ip:port/cgi-bin/cmd/encoder?EVENT_MANUAL=1