another bugfix ;-)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1791 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mfr69bs
2012-08-12 00:18:51 +00:00
parent 43b5e4439c
commit 3a54927415

View File

@@ -7915,14 +7915,14 @@ Terminating
<code>attr ipcam storage /srv/share/surveillance/snapshots</code><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>
<code>define MOTION.not.01 notify GH.ga.SEC.MD.01:.*on.* get ipcam image</code><br>
</ul><br>
Send an eMail after snapshots are taken:<br>
<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>
A public web-cam takes only 1 snapshot per call:<br>