From 58b826b0a21d2a61060e2aa3d2a8e1d2ec6c2552 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 15 Oct 2014 13:14:56 -0400 Subject: [PATCH] more url documentation --- scripts/ZoneMinder/lib/ZoneMinder/Control/M8640.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Control/M8640.pm b/scripts/ZoneMinder/lib/ZoneMinder/Control/M8640.pm index fda44e5d2..993ed7188 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Control/M8640.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Control/M8640.pm @@ -21,6 +21,11 @@ # # This module contains the implementation of the M8640 API camera control # protocol +# URL's are as follows: +# /cgi-bin/getLed.cgi +# /cgi-bin/setGPIO.cgi command:6, duration: 0|1 for led on/off +# /cgi-bin/reboot.cgi +# /cgi-bin/restore.cgi # package ZoneMinder::Control::M8640;