diff --git a/FHEM/95_FLOORPLAN.pm b/FHEM/95_FLOORPLAN.pm
index 5ea0bc67e..dfd4e6cf0 100644
--- a/FHEM/95_FLOORPLAN.pm
+++ b/FHEM/95_FLOORPLAN.pm
@@ -747,20 +747,21 @@ FP_input(@)
userattr fp_<name> <top>,<left>[,<style>[,<description>]]
A userattr fp_<name> will be created automatically if it does not exist yet.
- - top = screen-position, pixels from top of screen
-
- left = screen-position, pixels from left of screen
+
- top = screen-position, pixels from top of screen
+ - left = screen-position, pixels from left of screen
- style =
- - 0 icon/state only
-
- 1 devicename and icon/state
-
- 2 devicename, icon/state and commands
-
- 3 device-reading and optional description
-
- 4 S300TH-specific, displays temperature above humidity
-
- 5 icon/state and commands
-
- 6 device-reading, reading-timestamp and optional description
+
- 0 icon/state only
+ - 1 devicename and icon/state
+ - 2 devicename, icon/state and commands
+ - 3 device-reading and optional description
+ - 4 S300TH-specific, displays temperature above humidity
+ - 5 icon/state and commands
+ - 6 device-reading, reading-timestamp and optional description
- - description will be displayed instead of the original devicename
-
+
+ description will be displayed instead of the original devicename
+
Examples:
@@ -778,10 +779,10 @@ FP_input(@)
allowing to place devices easily on the screen.
Example:
- attr Groundfloor fp_arrange 1
+ attr Groundfloor fp_arrange 1
attr Groundfloor fp_arrange detail #displays the devices with infos room, type, alias
attr Groundfloor fp_arrange WEB #activates arrange mode for frontend-device WEB only
-
+
- stylesheet
Explicitely sets your personal stylesheet for the floorplan. This overrides the standard stylesheet.
@@ -791,8 +792,8 @@ FP_input(@)
stylesheet along with floorplanstyle.css in the same folder.
Example:
- attr Groundfloor stylesheet myfloorplanstyle.css
-
+ attr Groundfloor stylesheet myfloorplanstyle.css
+
- fp_default