mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added parameter mode to viewelement <devices>
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
</signalqualityback>
|
||||
|
||||
<!-- Available Variables devices:
|
||||
signalstrength and -quality are only set if not mode="light" is used in <devices>
|
||||
{numdevices} number of available devices
|
||||
{devices[]} array with available devices
|
||||
{devices[num]} number of current device
|
||||
@@ -124,7 +125,7 @@
|
||||
{devices[channelid]} ID of the currently tuned channel
|
||||
{devices[source]} source of the currently tuned channel
|
||||
-->
|
||||
<devices>
|
||||
<devices mode="full|light">
|
||||
</devices>
|
||||
|
||||
<!-- Available Variables currentweather:
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
</discusage>
|
||||
|
||||
<!-- Available Variables devices:
|
||||
signalstrength and -quality are only set if not mode="light" is used in <devices>
|
||||
{numdevices} number of available devices
|
||||
{devices[]} array with available devices
|
||||
{devices[num]} number of current device
|
||||
@@ -64,7 +65,7 @@
|
||||
{devices[channelid]} ID of the currently tuned channel
|
||||
{devices[source]} source of the currently tuned channel
|
||||
-->
|
||||
<devices>
|
||||
<devices mode="full|light">
|
||||
</devices>
|
||||
|
||||
<!-- Available Variables systemload:
|
||||
|
||||
Reference in New Issue
Block a user