mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
documentaion changes
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3895 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2867a6c637
commit
ee09d5586f
@ -355,7 +355,10 @@ mailcheck_Read($)
|
|||||||
<a name="mailcheck"></a>
|
<a name="mailcheck"></a>
|
||||||
<h3>mailcheck</h3>
|
<h3>mailcheck</h3>
|
||||||
<ul>
|
<ul>
|
||||||
Watches a mailbox with imap idle.<br><br>
|
Watches a mailbox with imap idle and for each new mail triggers an event with the subject of this mail.<br><br>
|
||||||
|
This can be used to send mails *to* FHEM and react to them from a notify. Application scenarios are for example
|
||||||
|
a geofencing apps on mobile phones, networked devices that inform about warning or failure conditions by e-mail or
|
||||||
|
(with a little logic in FHEM) the absence of regular status messages from such devices and so on.<br><br>
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
<ul>
|
<ul>
|
||||||
@ -369,7 +372,7 @@ mailcheck_Read($)
|
|||||||
<code>define <name> mailcheck <host> <user> [<folder>]</code><br>
|
<code>define <name> mailcheck <host> <user> [<folder>]</code><br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
Defines a mailcheck device that waits for new messages and triggers an event with the mail subject.<br><br>
|
Defines a mailcheck device.<br><br>
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user