Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
This commit is contained in:
commit
d85a02be63
|
@ -149,6 +149,13 @@ This API changes monitor 1 to Modect and Enabled
|
||||||
|
|
||||||
curl -XPOST http://server/zm/api/monitors/1.json -d "Monitor[Function]=Modect&Monitor[Enabled]=1"
|
curl -XPOST http://server/zm/api/monitors/1.json -d "Monitor[Function]=Modect&Monitor[Enabled]=1"
|
||||||
|
|
||||||
|
Get Daemon Status of Monitor 1
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
curl http://server/zm/api/monitors/daemonStatus/id:1/daemon:zmc.json
|
||||||
|
|
||||||
Add a monitor
|
Add a monitor
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue