diff options
author | louis <louis.braun@gmx.de> | 2015-04-01 13:26:36 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-01 13:26:36 +0200 |
commit | 7c9ad39e95205d2c3304499dc4d66548bea037fa (patch) | |
tree | 5f9dc55508fcbd44494637ea5890d45d71722db4 /skinskeleton/xmlfiles | |
parent | 25505767d320c43ab803c2546d9aee0dc74bb1d5 (diff) | |
download | vdr-plugin-skindesigner-7c9ad39e95205d2c3304499dc4d66548bea037fa.tar.gz vdr-plugin-skindesigner-7c9ad39e95205d2c3304499dc4d66548bea037fa.tar.bz2 |
added parameter mode to viewelement <devices>
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaychannel.xml | 3 | ||||
-rw-r--r-- | skinskeleton/xmlfiles/displaymenumain.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/skinskeleton/xmlfiles/displaychannel.xml b/skinskeleton/xmlfiles/displaychannel.xml index 5c359a7..f7c4d68 100644 --- a/skinskeleton/xmlfiles/displaychannel.xml +++ b/skinskeleton/xmlfiles/displaychannel.xml @@ -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: diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml index f9275cb..37bb151 100644 --- a/skinskeleton/xmlfiles/displaymenumain.xml +++ b/skinskeleton/xmlfiles/displaymenumain.xml @@ -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: |