diff --git a/fhem/FHEM/55_InfoPanel.pm b/fhem/FHEM/55_InfoPanel.pm
index 131a8e610..fdd516f69 100644
--- a/fhem/FHEM/55_InfoPanel.pm
+++ b/fhem/FHEM/55_InfoPanel.pm
@@ -74,6 +74,7 @@
# 2023-02-20 - 27257 - added: show alias in overview
# 2023-05-12 - 27557 - added: support for named parameters in define
# for new define syntax
+# 2023-06-10 - - changed: commandref updated to id syntax
#
##############################################
=cut
@@ -1516,46 +1517,47 @@ sub btIP_getURL {
=item summary_DE erzeugt ein einfaches Statusdisplay
=begin html
-
+
InfoPanel
InfoPanel is an extension to FHEMWEB. You must install FHEMWEB to use InfoPanel.
- Prerequesits
-
-
- - InfoPanel is an extension to FHEMWEB. You must install FHEMWEB to use InfoPanel.
-
- - Module uses following additional Perl modules:
-
- If not already installed in your environment, please install them using appropriate commands from your environment.
- Package installation in debian environments: apt-get install libmime-base64-perl libimage-info-perl
-
- - You can use this module without the two additional perl modules, but in this case, you have to accept some limitations:
-
-
- - layout tag img can not be used
- - layout tag plot can only handle scale = 1 and inline = 0
-
-
-
-
-
-
- Define
+ Prerequesits
+
+
+ - InfoPanel is an extension to FHEMWEB. You must install FHEMWEB to use InfoPanel.
+
+ - Module uses following additional Perl modules:
+
+ If not already installed in your environment, please install them using appropriate commands from your environment.
+ Package installation in debian environments: apt-get install libmime-base64-perl libimage-info-perl
+
+ - You can use this module without the two additional perl modules, but in this case, you have to accept some limitations:
+
+
+ - layout tag img can not be used
+ - layout tag plot can only handle scale = 1 and inline = 0
+
+
+
+
+
+
+ Define
define <name> InfoPanel layout=layoutFileName
Example:
define myInfoPanel InfoPanel layout=./FHEM/panel.layout
-
+
-
- Set-Commands
+
+ Set-Commands
+
set <name> ovEnable <xconditionName>
set an override "1" to named xcondition
+
set <name> ovDisable <xconditionName>
set an override "0" to named xcondition
+
set <name> ovClear <xconditionName>|all;
delete an existing overrides to named xcondition. "all" will clear all overrides.
-
+
-
- Get-Commands
-
+
+ Get-Commands
+
+
get <name> counter
return value from internal counter
+
get <name> layout
return complete layout definition
+
get <name> overrides
return list of defined overrides
-
-
+
+
-
- Attributes
-
- - autoreread - disables automatic layout reread after edit if set to 1
- - refresh - time (in seconds) after which the HTML page will be reloaded automatically.
- Any values below 60 seconds will not become valid.
- - showTime - disables generation timestamp in state if set to 0
- - size - The dimensions of the picture in the format
-
<width>x<height>
- - useViewPort - add viewport meta tag to fit mobile displays
- - mobileApp - add support for mobile fullscreen experience
- - title - webpage title to be shown in Browser
-
- - bgcenter - background images will not be centered if attribute set to 0. Default: show centered
- - bgcolor - defines the background color, use html-hexcodes to specify color, eg 00FF00 for green background. Default color is black. You can use bgcolor=none to disable use of any background color
- - bgdir - directory containing background images
- - bgopacity - set opacity for background image, values 0...1.0
- - tmin - background picture will be shown at least
tmin
seconds,
- no matter how frequently the RSS feed consumer accesses the page.
-
- Important: bgcolor and bgdir will be evaluated by { <perl special> }
use quotes for absolute values!
-
-
+
+ Attributes
+
+
+ - autoreread - disables automatic layout reread after edit if set to 1
+
+ - refresh - time (in seconds) after which the HTML page will be reloaded automatically.
+ Any values below 60 seconds will not become valid.
+
+ - showTime - disables generation timestamp in state if set to 0
+
+ - size - The dimensions of the picture in the format
+
<width>x<height>
+
+ - useViewPort - add viewport meta tag to fit mobile displays
+
+ - mobileApp - add support for mobile fullscreen experience
+
+ - title - webpage title to be shown in Browser
+
+
+ - bgcenter - background images will not be centered if attribute set to 0. Default: show centered
+
+ - bgcolor - defines the background color, use html-hexcodes to specify color, eg 00FF00 for green background. Default color is black. You can use bgcolor=none to disable use of any background color
+
+ - bgdir - directory containing background images
+
+ - bgopacity - set opacity for background image, values 0...1.0
+
+ - tmin - background picture will be shown at least
tmin
seconds,
+ no matter how frequently the feed consumer accesses the page.
+
+ Important: bgcolor and bgdir will be evaluated by { <perl special> }
use quotes for absolute values!
+
+
- Generated Readings/Events:
-
- - state - show time and date of last layout evaluation
-
-
+ Generated Readings/Events:
+
+ - state - show time and date of last layout evaluation
+
+
-
- Layout definition
-
-
+
+ Layout definition
+
+
All parameters in curly brackets can be evaluated by { <perl special> }
area <id> <x1> <y1> <x2> <y2> <{link}>
@@ -1933,14 +1953,14 @@ sub btIP_getURL {
-
-
+
+
- Author's notes
-
-
+ Author's notes
+
+
=end html