mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
55_InfoPanel.pm: commandref updated
git-svn-id: https://svn.fhem.de/fhem/trunk@7990 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0e5d538ced
commit
d74aa19a65
@ -1517,12 +1517,22 @@ Please read <a href="http://forum.fhem.de/index.php/topic,32828.0.html" target="
|
||||
x,y = position<br/>
|
||||
</ul></li><br/>
|
||||
<br/>
|
||||
<li><code>embed <id> <x> <y> <width> <height> <{object}></code><br/>
|
||||
<br/>
|
||||
<ul>embed any object<br/>
|
||||
<br/>
|
||||
id = element id<br/>
|
||||
x,y = position<br/>
|
||||
width,height = containers's dimension<br/>
|
||||
object = object to embed<br/>
|
||||
</ul></li><br/>
|
||||
<br/>
|
||||
<li><code>ellipse <id> <x> <y> <r1> <r2> [<fill>] [<stroke-width>] [<link>]</code><br/>
|
||||
<br/>
|
||||
<ul>create an ellipse<br/>
|
||||
<br/>
|
||||
id = element id<br/>
|
||||
x,y = center coordinates of circle<br/>
|
||||
x,y = center coordinates of ellipse<br/>
|
||||
r1,r2 = radius<br/>
|
||||
fill = ellipse will be filled with "rgb" color if set to 1. Default = 0<br/>
|
||||
stroke-width = defines stroke width to draw around the ellipse. Default = 0<br/>
|
||||
@ -1705,6 +1715,18 @@ Please read <a href="http://forum.fhem.de/index.php/topic,32828.0.html" target="
|
||||
valid values: start middle end<br/>
|
||||
</ul></li><br/>
|
||||
<br/>
|
||||
<li><code>ticker <id> <x> <y> <width> <items> <speed> <{data}></code><br/>
|
||||
<br/>
|
||||
<ul>create a vertical ticker<br/>
|
||||
<br/>
|
||||
id = element id<br/>
|
||||
x,y = position<br/>
|
||||
width = width<br/>
|
||||
items = number of items to be displayed simultanously<br/>
|
||||
speed = scroll speed<br/>
|
||||
data = list of text items, separated by <code>\n</code><br/>
|
||||
</ul></li><br/>
|
||||
<br/>
|
||||
<li><code>time <id> <x> <y></code><br/>
|
||||
<br/>
|
||||
<ul>print time<br/>
|
||||
@ -1713,7 +1735,6 @@ Please read <a href="http://forum.fhem.de/index.php/topic,32828.0.html" target="
|
||||
x,y = position<br/>
|
||||
</ul></li><br/>
|
||||
<br/>
|
||||
|
||||
<li><code>trash <id> <x> <y> <scale> <{foregroundColor}> <{backgroundColor}> [<link>]</code><br/>
|
||||
<br/>
|
||||
<ul>print a trashcan with selectable colors for foreground and background<br/>
|
||||
|
Loading…
Reference in New Issue
Block a user