# PIFACE: watchdog html reference removed

git-svn-id: https://svn.fhem.de/fhem/trunk@4773 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer
2014-01-30 15:52:49 +00:00
parent fc950bbaaf
commit e7199d3fd3

View File

@@ -41,6 +41,7 @@ sub PIFACE_Define($$);
sub PIFACE_Undefine($$); sub PIFACE_Undefine($$);
sub PIFACE_Set($@); sub PIFACE_Set($@);
sub PIFACE_Get($@); sub PIFACE_Get($@);
sub PIFACE_Notify(@);
sub PIFACE_Attr(@); sub PIFACE_Attr(@);
my $base = 200; my $base = 200;
@@ -513,7 +514,7 @@ PIFACE_Watchdog($) {
You need to enable the pull-up if you want to read any of the on-board switches on the PiFace board. You need to enable the pull-up if you want to read any of the on-board switches on the PiFace board.
</li> </li>
<li><a href="#readingFnAttributes">readingFnAttributes</a></li> <li><a href="#readingFnAttributes">readingFnAttributes</a></li>
<li><a name="watchdog">watchdog</a> off|on|silent, <li>watchdog off|on|silent,
[watchdog] = off is default.<br> [watchdog] = off is default.<br>
The function of the PiFace extension can be monitored periodically. The function of the PiFace extension can be monitored periodically.
The watchdog module checks the function of ports in7 and out7. The watchdog module checks the function of ports in7 and out7.