|
From: <ha...@us...> - 2012-12-19 00:04:08
|
Revision: 1230
http://openautomation.svn.sourceforge.net/openautomation/?rev=1230&view=rev
Author: hausl
Date: 2012-12-19 00:03:59 +0000 (Wed, 19 Dec 2012)
Log Message:
-----------
Removed icon style from iconhandler and added global default style
Modified Paths:
--------------
CometVisu/trunk/visu/designs/designglobals.css
CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php
CometVisu/trunk/visu/lib/iconhandler.js
CometVisu/trunk/visu/lib/templateengine.js
CometVisu/trunk/visu/visu_config.xsd
Modified: CometVisu/trunk/visu/designs/designglobals.css
===================================================================
--- CometVisu/trunk/visu/designs/designglobals.css 2012-12-18 17:18:40 UTC (rev 1229)
+++ CometVisu/trunk/visu/designs/designglobals.css 2012-12-19 00:03:59 UTC (rev 1230)
@@ -3,6 +3,13 @@
*/
/*
+ * Default height for all icons
+ +/
+img.icon {
+ height : 2em;
+}
+
+/*
* create a three column layout in the middle of the page to allow navbars
* inspired by http://www.alistapart.com/articles/holygrail
*/
Modified: CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php
===================================================================
--- CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php 2012-12-18 17:18:40 UTC (rev 1229)
+++ CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php 2012-12-19 00:03:59 UTC (rev 1230)
@@ -56,7 +56,7 @@
foreach ($colors as $c) {
if (! $firstline) { $outtxt .= ",\n"; } else { $firstline = false; }
$color = $c;
- $outtxt .= sprintf("%36s", "'". $color ."'") . " : { 'uri': 'icon/knx-uf-iconset/128x128_". $c ."/". $i ."', 'style': 'height: 2em;' }";
+ $outtxt .= sprintf("%36s", "'". $color ."'") . " : { 'uri': 'icon/knx-uf-iconset/128x128_". $c ."/". $i ."' }";
}
$outtxt .= " } },\n";
}
Modified: CometVisu/trunk/visu/lib/iconhandler.js
===================================================================
--- CometVisu/trunk/visu/lib/iconhandler.js 2012-12-18 17:18:40 UTC (rev 1229)
+++ CometVisu/trunk/visu/lib/iconhandler.js 2012-12-19 00:03:59 UTC (rev 1230)
@@ -87,1713 +87,1713 @@
// Do not remove this line: Dynamic Icons Start
'Background-2D-black' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-2D-black.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/Background-2D-black.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-2D-black.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-2D-black.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/Background-2D-black.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-2D-black.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-2D-black.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/Background-2D-black.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-2D-black.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-2D-black.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/Background-2D-black.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-2D-black.png' } } },
'Background-2D-white' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-2D-white.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/Background-2D-white.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-2D-white.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-2D-white.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/Background-2D-white.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-2D-white.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-2D-white.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/Background-2D-white.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-2D-white.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-2D-white.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/Background-2D-white.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-2D-white.png' } } },
'Background-3D' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-3D.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/Background-3D.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-3D.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-3D.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/Background-3D.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-3D.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-3D.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/Background-3D.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-3D.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-3D.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/Background-3D.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-3D.png' } } },
'Background-MetalBrush' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-MetalBrush.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/Background-MetalBrush.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-MetalBrush.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-MetalBrush.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/Background-MetalBrush.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-MetalBrush.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-MetalBrush.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/Background-MetalBrush.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-MetalBrush.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-MetalBrush.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/Background-MetalBrush.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-MetalBrush.png' } } },
'audio_audio' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_audio.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_audio.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_audio.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_audio.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_audio.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_audio.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_audio.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_audio.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_audio.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_audio.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_audio.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_audio.png' } } },
'audio_eject' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_eject.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_eject.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_eject.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_eject.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_eject.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_eject.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_eject.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_eject.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_eject.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_eject.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_eject.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_eject.png' } } },
'audio_ff' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_ff.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_ff.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_ff.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_ff.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_ff.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_ff.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_ff.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_ff.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_ff.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_ff.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_ff.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_ff.png' } } },
'audio_kopfhoerer' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_kopfhoerer.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_kopfhoerer.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_kopfhoerer.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_kopfhoerer.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_kopfhoerer.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_kopfhoerer.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_kopfhoerer.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_kopfhoerer.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_kopfhoerer.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_kopfhoerer.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_kopfhoerer.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_kopfhoerer.png' } } },
'audio_mute' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_mute.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_mute.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_mute.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_mute.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_mute.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_mute.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_mute.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_mute.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_mute.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_mute.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_mute.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_mute.png' } } },
'audio_pause' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_pause.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_pause.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_pause.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_pause.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_pause.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_pause.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_pause.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_pause.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_pause.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_pause.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_pause.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_pause.png' } } },
'audio_play' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_play.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_play.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_play.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_play.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_play.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_play.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_play.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_play.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_play.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_play.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_play.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_play.png' } } },
'audio_playliste' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_playliste.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_playliste.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_playliste.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_playliste.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_playliste.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_playliste.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_playliste.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_playliste.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_playliste.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_playliste.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_playliste.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_playliste.png' } } },
'audio_rec' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_rec.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_rec.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_rec.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_rec.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_rec.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_rec.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_rec.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_rec.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_rec.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_rec.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_rec.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_rec.png' } } },
'audio_rew' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_rew.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_rew.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_rew.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_rew.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_rew.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_rew.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_rew.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_rew.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_rew.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_rew.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_rew.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_rew.png' } } },
'audio_sound' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_sound.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_sound.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_sound.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_sound.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_sound.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_sound.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_sound.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_sound.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_sound.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_sound.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_sound.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_sound.png' } } },
'audio_stop' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_stop.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_stop.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_stop.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_stop.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_stop.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_stop.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_stop.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/audio_stop.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_stop.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_stop.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/audio_stop.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_stop.png' } } },
'fts_fenster' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster.png' } } },
'fts_fenster_gekippt' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_gekippt.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_gekippt.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_gekippt.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_gekippt.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_gekippt.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_gekippt.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_gekippt.png' } } },
'fts_fenster_offen' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_offen.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_offen.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_offen.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_offen.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_offen.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_offen.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_offen.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_offen.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_offen.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_offen.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_offen.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_offen.png' } } },
'fts_garage' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage.png' } } },
'fts_garage_tor_10' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_10.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_10.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_10.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_10.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_10.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_10.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_10.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_10.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_10.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_10.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_10.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_10.png' } } },
'fts_garage_tor_100' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_100.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_100.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_100.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_100.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_100.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_100.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_100.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_100.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_100.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_100.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_100.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_100.png' } } },
'fts_garage_tor_20' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_20.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_20.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_20.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_20.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_20.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_20.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_20.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_20.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_20.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_20.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_20.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_20.png' } } },
'fts_garage_tor_30' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_30.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_30.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_30.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_30.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_30.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_30.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_30.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_30.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_30.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_30.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_30.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_30.png' } } },
'fts_garage_tor_40' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_40.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_40.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_40.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_40.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_40.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_40.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_40.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_40.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_40.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_40.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_40.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_40.png' } } },
'fts_garage_tor_50' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_50.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_50.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_50.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_50.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_50.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_50.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_50.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_50.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_50.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_50.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_50.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_50.png' } } },
'fts_garage_tor_60' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_60.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_60.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_60.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_60.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_60.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_60.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_60.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_60.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_60.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_60.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_60.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_60.png' } } },
'fts_garage_tor_70' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_70.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_70.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_70.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_70.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_70.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_70.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_70.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_70.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_70.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_70.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_70.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_70.png' } } },
'fts_garage_tor_80' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_80.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_80.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_80.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_80.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_80.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_80.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_80.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_80.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_80.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_80.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_80.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_80.png' } } },
'fts_garage_tor_90' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_90.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_90.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_90.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_90.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_90.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_90.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_90.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_garage_tor_90.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_90.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_90.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_garage_tor_90.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_90.png' } } },
'fts_lamelle_bogen' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_bogen.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_bogen.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_bogen.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_bogen.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_bogen.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_bogen.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_bogen.png' } } },
'fts_lamelle_bogen_sonne' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_bogen_sonne.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_bogen_sonne.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_bogen_sonne.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_bogen_sonne.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_bogen_sonne.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_bogen_sonne.png' } } },
'fts_lamelle_s' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_s.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_s.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_s.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_s.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_s.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_s.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_s.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_s.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_s.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_s.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_s.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_s.png' } } },
'fts_lamelle_s_sonne' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_s_sonne.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_s_sonne.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_s_sonne.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_s_sonne.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_s_sonne.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_s_sonne.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_s_sonne.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_s_sonne.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_s_sonne.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_s_sonne.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_s_sonne.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_s_sonne.png' } } },
'fts_lamelle_z' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_z.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_z.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_z.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_z.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_z.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_z.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_z.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_z.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_z.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_z.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_z.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_z.png' } } },
'fts_lamelle_z_sonne' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_z_sonne.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_z_sonne.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_z_sonne.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_z_sonne.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_z_sonne.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_z_sonne.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_z_sonne.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_lamelle_z_sonne.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_z_sonne.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_z_sonne.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_lamelle_z_sonne.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_z_sonne.png' } } },
'fts_markise' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_markise.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_markise.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_markise.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_markise.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_markise.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_markise.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_markise.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_markise.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_markise.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_markise.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_markise.png' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_markise.png' } } },
'fts_rollo' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo.png', 'style': 'height: 2em;' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo.png', 'style': 'height: 2em;' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo.png', 'style': 'height: 2em;' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo.png', 'style': 'height: 2em;' } } },
+ 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo.png' },
+ 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo.png' },
+ 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo.png' },
+ 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo.png' },
+ 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rol...
[truncated message content] |