diff options
author | louis <louis.braun@gmx.de> | 2015-01-13 09:01:11 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-13 09:01:11 +0100 |
commit | 4d8d1cc629ce5db3862aac75baafa0d1dae69b21 (patch) | |
tree | 4850c485c72b61d7576dc6698e6ae8faba44e53f /skinskeleton | |
parent | c59cc4e6103c38897ceba54b6a88e6934147f263 (diff) | |
download | vdr-plugin-skindesigner-4d8d1cc629ce5db3862aac75baafa0d1dae69b21.tar.gz vdr-plugin-skindesigner-4d8d1cc629ce5db3862aac75baafa0d1dae69b21.tar.bz2 |
introduced weather service interface
Diffstat (limited to 'skinskeleton')
-rw-r--r-- | skinskeleton/xmlfiles/displaychannel.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaychannel.xml b/skinskeleton/xmlfiles/displaychannel.xml index 925e9ec..ccd5c2f 100644 --- a/skinskeleton/xmlfiles/displaychannel.xml +++ b/skinskeleton/xmlfiles/displaychannel.xml @@ -127,6 +127,27 @@ <devices> </devices> + <!-- Available Variables currentweather: + {timestamp} timestamp of forecast in dd.mm hh:mm + {temperature} current temperature in °C + {apparenttemperature} apparent (feeled) temperature + {summary} short weather summary + {icon} weather icon + {precipitationintensity} precipitation intensity in l/m2 + {precipitationprobability} precipitation probability in % + {precipitationtype} precipitation type + {humidity} humidity in % + {windspeed} windspeed in km/h + {windbearing} wind bearing in ° + {windbearingstring} wind bearing (N, NE, ...) + {visibility} visibility in km + {cloudcover} cloud cover in % + {pressure} pressure in HPo + {ozone} ozone value in DU + --> + <currentweather> + </currentweather> + <!-- Available Variables scrapercontent: {posterpath} Full Path of Poster to use in image path attribute {posterwidth} width of poster in pixel |