mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 12:18:46 +00:00
91_watchdog.pm: fix german doc. (Forum #46466)
git-svn-id: https://svn.fhem.de/fhem/trunk@10314 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
07784df424
commit
53df67391e
@ -224,7 +224,8 @@ watchdog_Attr(@)
|
||||
# 15 Minutes.<br>
|
||||
define w watchdog FHT80 00:15:00 SAME set FHT80 date<br>
|
||||
|
||||
# Request data from the FHT80 _each_ time we do not receive any message for<br>
|
||||
# Request data from the FHT80 _each_ time we do not receive any message for
|
||||
<br>
|
||||
# 15 Minutes, i.e. reactivate the watchdog after it triggered. Might be<br>
|
||||
# dangerous, as it can trigger in a loop.<br>
|
||||
define w watchdog FHT80 00:15:00 SAME set FHT80 date;; trigger w .<br>
|
||||
@ -233,7 +234,8 @@ watchdog_Attr(@)
|
||||
define w watchdog HMS100-FIT 01:00:00 SAME "alarm-fit.sh"<br>
|
||||
|
||||
# Send mail if the window is left open<br>
|
||||
define w watchdog contact1:open 00:15 contact1:closed "mail_me close window1"<br>
|
||||
define w watchdog contact1:open 00:15 contact1:closed
|
||||
"mail_me close window1"<br>
|
||||
attr w regexp1WontReactivate<br>
|
||||
</ul></code>
|
||||
|
||||
@ -327,9 +329,9 @@ watchdog_Attr(@)
|
||||
kann.<br>
|
||||
define w watchdog FHT80 00:15:00 SAME set FHT80 date;; trigger w .<br><br>
|
||||
|
||||
# Alarmiere einmalig wenn vom FHT80 für 15 Minuten keine Nachricht
|
||||
# emfpangen wurde.<br>
|
||||
define w watchdog HMS100-FIT 01:00:00 SAME "alarm-fit.sh"<br><br>
|
||||
# Alarmiere einmalig wenn vom HMS100-FIT für eine Stunde keine
|
||||
Nachricht empfangen wurde.<br>
|
||||
define w watchdog HMS100-FIT 01:00 SAME "alarm-fit.sh"<br><br>
|
||||
|
||||
# Sende eine Mail wenn das Fenster offen gelassen wurde<br>
|
||||
define w watchdog contact1:open 00:15 contact1:closed "mail_me close
|
||||
|
Loading…
x
Reference in New Issue
Block a user