diff --git a/fhem/FHEM/55_PIFACE.pm b/fhem/FHEM/55_PIFACE.pm
index d51b481b8..183473d83 100644
--- a/fhem/FHEM/55_PIFACE.pm
+++ b/fhem/FHEM/55_PIFACE.pm
@@ -525,36 +525,34 @@ sub PIFACE_Shutdown($) {
define <name> PIFACE
-
- Set
-
-
-
- set <name> <port> <value>
-
-
- - set single port n to 1 (on) or 0 (off)
- Examples:
- set <name> 3 1 => set port 3 on
- set <name> 5 0 => set port 5 off
-
- - set all ports in one command by bitmask
- Example:
- set <name> all 255 => set all ports on
- set <name> all 0 => set all ports off
- set <name> all 170 => bitmask(170) = 10101010 => set ports 1 3 5 7 on, ports 0 2 4 6 off
-
-
- port 76543210
- bit 10101010
-
-
-
+
+ Set
+
+ set <name> <port> <value>
+
+
+ - set single port n to 1 (on) or 0 (off)
+ Examples:
+ set <name> 3 1 => set port 3 on
+ set <name> 5 0 => set port 5 off
+
+
+ - set all ports in one command by bitmask
+ Example:
+ set <name> all 255 => set all ports on
+ set <name> all 0 => set all ports off
+ set <name> all 170 => bitmask(170) = 10101010 => set ports 1 3 5 7 on, ports 0 2 4 6 off
+
+
+ port 76543210
+ bit 10101010
+
-
+
+
-
- Get
+
+ Get
@@ -592,10 +590,10 @@ sub PIFACE_Shutdown($) {
[defaultState] = off is default.
Restoration of the status of the output port after a Fhem reboot.
- - disable 0|1
+ - disable 0|1
If applied set commands will not be executed.
- - disabledForIntervals HH:MM-HH:MM HH:MM-HH-MM...
+ - disabledForIntervals HH:MM-HH:MM HH:MM-HH-MM...
Space separated list of HH:MM tupels. If the current time is between
the two time specifications, set commands will not be executed. Instead of
HH:MM you can also specify HH or HH:MM:SS. To specify an interval
@@ -608,7 +606,14 @@ sub PIFACE_Shutdown($) {
[pollInterval] = off is default.
Define the polling interval of the input ports in seconds.
- - portMode<0..7> tri|up,
+
- portMode0
+ portMode1
+ portMode2
+ portMode3
+ portMode4
+ portMode5
+ portMode6
+ portMode7 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.