another bugfix ;-)

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1791 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mfr69bs
2012-08-12 00:18:51 +00:00
parent 6e1f52d0f1
commit 25200cdd28

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>