2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

another bugfix ;-)

git-svn-id: https://svn.fhem.de/fhem/trunk@1791 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mfr69bs 2012-08-12 00:18:51 +00:00
parent 7cefb783a9
commit ba8be1b943

View File

@ -7915,14 +7915,14 @@ Terminating
<code>attr ipcam storage /srv/share/surveillance/snapshots</code><br> <code>attr ipcam storage /srv/share/surveillance/snapshots</code><br>
</ul><br> </ul><br>
A notify on a motiondetection of a specified device:<br> A notify on a motion detection of a specified device:<br>
<ul> <ul>
<code>define MOTION.not.01 notify GH.ga.SEC.MD.01:.*on.* get ipcam image</code><br> <code>define MOTION.not.01 notify GH.ga.SEC.MD.01:.*on.* get ipcam image</code><br>
</ul><br> </ul><br>
Send an eMail after snapshots are taken:<br> Send an eMail after snapshots are taken:<br>
<ul> <ul>
<code>define MOTION.not.02 notify ipcam:.*snapshots.* { myEmailFuntion("ipcam") }</code><br> <code>define MOTION.not.02 notify ipcam:.*snapshots.* { myEmailFunction("%NAME") }</code><br>
</ul><br> </ul><br>
A public web-cam takes only 1 snapshot per call:<br> A public web-cam takes only 1 snapshot per call:<br>