- Pest, Sun Apr 15 14:54:30 MEST 2007

- doc: fhem.pl and commandref.html (notifyon -> notify, correction of examples)


git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@54 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
pest
2007-04-15 12:55:01 +00:00
parent a7002c0543
commit 60da3c6f85
9 changed files with 17 additions and 13 deletions

View File

@@ -732,13 +732,13 @@ split in multiple lines<br><br>
Examples:
<ul>
<code>notify btn3 set lamp %</code><br>
<code>notify btn3 { fhem "set lamp %" }</code><br>
<code>notify btn3 "/usr/local/bin/setlamp "%""</code><br>
<code>notify btn3 set lamp1 %;;set lamp2 %</code><br>
<code>notify wz:measured.* "/usr/local/bin/logfht @ "%""</code><br>
<code>notify .*H:.* {DbLog("@","%")}</code><br>
<code>notify UNDEFINED "send-me-mail.sh "%""</code><br>
<code>define b3lampV1 notify btn3 set lamp %</code><br>
<code>define b3lampV2 notify btn3 { fhem "set lamp %" }</code><br>
<code>define b3lampV3 notify btn3 "/usr/local/bin/setlamp "%""</code><br>
<code>define b3lampV3 notify btn3 set lamp1 %;;set lamp2 %</code><br>
<code>define wzMessLg notify wz:measured.* "/usr/local/bin/logfht @ "%""</code><br>
<code>define LogHToDB notify .*H:.* {DbLog("@","%")}</code><br>
<code>define LogUndef notify UNDEFINED "send-me-mail.sh "%""</code><br>
</ul>
<br>