From c50e11cc150caa2032c2523ff5b800cfccb42b6c Mon Sep 17 00:00:00 2001
From: klaus-schauer <>
Date: Tue, 4 Feb 2014 05:36:09 +0000
Subject: [PATCH] PIFACE: html references changed
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4802 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
FHEM/55_PIFACE.pm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/FHEM/55_PIFACE.pm b/FHEM/55_PIFACE.pm
index 57a906b83..a86dc2238 100644
--- a/FHEM/55_PIFACE.pm
+++ b/FHEM/55_PIFACE.pm
@@ -386,7 +386,6 @@ PIFACE_Watchdog($) {
1;
=pod
-not to be translated
=begin html
@@ -501,21 +500,21 @@ not to be translated
Attributes
- - defaultState last|off|0|1,
+
- defaultState last|off|0|1,
[defaultState] = off is default.
Restoration of the status of the output port after a Fhem reboot.
- - pollInterval off|1,2,...,9,10,
+
- pollInterval off|1,2,...,9,10,
[pollInterval] = off is default.
Define the polling interval of the input ports in seconds.
- - portMode<0..7> tri|up,
+
- portMode<0..7> tri|up,
[portMode<0..7>] = tri is default.
This enables (up) or disables (tri) the internal pull-up resistor on the given input port.
You need to enable the pull-up if you want to read any of the on-board switches on the PiFace board.
- readingFnAttributes
- - watchdog off|on|silent,
+
- watchdog off|on|silent,
[watchdog] = off is default.
The function of the PiFace extension can be monitored periodically.
The watchdog module checks the function of ports in7 and out7.
@@ -526,7 +525,7 @@ not to be translated
If the error could not be eliminated, then the Raspberry operating system is restarted.
If the error is not corrected as well, the monitoring function is disabled and the error is logged.
- - watchdogInterval 10..65535,
+
- watchdogInterval 10..65535,
[watchdogInterval] = 60 is default.
Interval between two monitoring tests in seconds.