|
From: <ha...@us...> - 2012-12-17 23:02:47
|
Revision: 1224
http://openautomation.svn.sourceforge.net/openautomation/?rev=1224&view=rev
Author: hausl
Date: 2012-12-17 23:02:37 +0000 (Mon, 17 Dec 2012)
Log Message:
-----------
removed old knx-uf-iconset directories and adapted iconhandler.js
Modified Paths:
--------------
CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php
CometVisu/trunk/visu/lib/iconhandler.js
Removed Paths:
-------------
CometVisu/trunk/visu/icon/knx-uf-iconset/128x128_or/
CometVisu/trunk/visu/icon/knx-uf-iconset/128x128_ws/
Modified: CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php
===================================================================
--- CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php 2012-12-16 22:24:42 UTC (rev 1223)
+++ CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php 2012-12-17 23:02:37 UTC (rev 1224)
@@ -30,8 +30,9 @@
}
}
}
- closedir($fh);
-
+ closedir($fh);
+ sort($result);
+
return $result;
}
@@ -42,7 +43,7 @@
foreach ($colors as $i => $c) {
if ($c == "white") { $foundwhite = true; }
}
- if (! $foundwhite) die("No 128x128_white found - this is need as an index for all icons\n");
+ if (! $foundwhite) die("No 128x128_white found - this is needed as an index for all icons\n");
$icons = GetIcons("128x128_white");
@@ -50,11 +51,11 @@
$outtxt = "";
foreach ($icons as $i) {
$name = preg_replace("/\.png$/", "", $i);
- $outtxt .= sprintf("%-30s", "'". $name ."' : ") ." { '*': { '*' : 'white',\n";
+ $outtxt .= sprintf("%-30s", "'". $name ."' : ") ." { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',\n";
$firstline = true;
foreach ($colors as $c) {
if (! $firstline) { $outtxt .= ",\n"; } else { $firstline = false; }
- $color = $c; if ($color == "or") $color = "sodium";
+ $color = $c;
$outtxt .= sprintf("%36s", "'". $color ."'") . " : { 'uri': 'icon/knx-uf-iconset/128x128_". $c ."/". $i ."', 'style': 'height: 2em;' }";
}
$outtxt .= " } },\n";
Modified: CometVisu/trunk/visu/lib/iconhandler.js
===================================================================
--- CometVisu/trunk/visu/lib/iconhandler.js 2012-12-16 22:24:42 UTC (rev 1223)
+++ CometVisu/trunk/visu/lib/iconhandler.js 2012-12-17 23:02:37 UTC (rev 1224)
@@ -86,2202 +86,1714 @@
// Do not remove this line: Dynamic Icons Start
-'Background-2D-black' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-2D-black.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-2D-black.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-2D-black.png', 'style': 'height: 2em;' },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/Background-2D-black.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-2D-black.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/Background-2D-black.png', 'style': 'height: 2em;' } } },
-'Background-2D-white' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-2D-white.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-2D-white.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-2D-white.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-2D-black.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/Background-2D-white.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-2D-white.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/Background-2D-white.png', 'style': 'height: 2em;' } } },
-'Background-3D' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-3D.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-3D.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-3D.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-2D-white.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/Background-3D.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-3D.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/Background-3D.png', 'style': 'height: 2em;' } } },
-'Background-MetalBrush' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-MetalBrush.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/Background-MetalBrush.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/Background-MetalBrush.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-3D.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/Background-MetalBrush.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/Background-MetalBrush.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/Background-MetalBrush.png', 'style': 'height: 2em;' } } },
-'audio_audio' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_audio.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_audio.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_audio.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/Background-MetalBrush.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_audio.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_audio.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_audio.png', 'style': 'height: 2em;' } } },
-'audio_eject' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_eject.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_eject.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_eject.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_audio.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_eject.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_eject.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_eject.png', 'style': 'height: 2em;' } } },
-'audio_ff' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_ff.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_ff.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_ff.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_eject.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_ff.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_ff.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_ff.png', 'style': 'height: 2em;' } } },
-'audio_kopfhoerer' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_kopfhoerer.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_kopfhoerer.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_kopfhoerer.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_ff.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_kopfhoerer.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_kopfhoerer.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_kopfhoerer.png', 'style': 'height: 2em;' } } },
-'audio_mute' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_mute.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_mute.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_mute.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_kopfhoerer.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_mute.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_mute.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_mute.png', 'style': 'height: 2em;' } } },
-'audio_pause' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_pause.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_pause.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_pause.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_mute.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_pause.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_pause.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_pause.png', 'style': 'height: 2em;' } } },
-'audio_play' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_play.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_play.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_play.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_pause.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_play.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_play.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_play.png', 'style': 'height: 2em;' } } },
-'audio_playliste' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_playliste.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_playliste.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_playliste.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_play.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_playliste.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_playliste.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_playliste.png', 'style': 'height: 2em;' } } },
-'audio_rec' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_rec.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_rec.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_rec.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_playliste.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_rec.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_rec.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_rec.png', 'style': 'height: 2em;' } } },
-'audio_rew' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_rew.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_rew.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_rew.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_rec.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_rew.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_rew.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_rew.png', 'style': 'height: 2em;' } } },
-'audio_sound' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_sound.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_sound.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_sound.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_rew.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_sound.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_sound.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_sound.png', 'style': 'height: 2em;' } } },
-'audio_stop' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_stop.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/audio_stop.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/audio_stop.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_sound.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/audio_stop.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/audio_stop.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/audio_stop.png', 'style': 'height: 2em;' } } },
-'fts_fenster' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/audio_stop.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_fenster.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_fenster.png', 'style': 'height: 2em;' } } },
-'fts_fenster_gekippt' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_gekippt.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_fenster_gekippt.png', 'style': 'height: 2em;' } } },
-'fts_fenster_offen' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_offen.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_offen.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_offen.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_gekippt.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_fenster_offen.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_offen.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_fenster_offen.png', 'style': 'height: 2em;' } } },
-'fts_garage' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_offen.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_10' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_10.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_10.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_10.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_10.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_10.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_10.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_100' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_100.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_100.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_100.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_10.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_100.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_100.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_100.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_20' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_20.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_20.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_20.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_100.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_20.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_20.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_20.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_30' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_30.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_30.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_30.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_20.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_30.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_30.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_30.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_40' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_40.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_40.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_40.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_30.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_40.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_40.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_40.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_50' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_50.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_50.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_50.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_40.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_50.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_50.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_50.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_60' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_60.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_60.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_60.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_50.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_60.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_60.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_60.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_70' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_70.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_70.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_70.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_60.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_70.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_70.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_70.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_80' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_80.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_80.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_80.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_70.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_80.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_80.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_80.png', 'style': 'height: 2em;' } } },
-'fts_garage_tor_90' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_90.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_garage_tor_90.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_garage_tor_90.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_80.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_garage_tor_90.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_garage_tor_90.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_garage_tor_90.png', 'style': 'height: 2em;' } } },
-'fts_lamelle_bogen' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_garage_tor_90.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_bogen.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_lamelle_bogen.png', 'style': 'height: 2em;' } } },
-'fts_lamelle_bogen_sonne' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_bogen.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' } } },
-'fts_lamelle_s' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_s.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_s.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_s.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_bogen_sonne.png', 'style': 'height: 2em;' } } },
+'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;' },
- 'sodium' : { 'uri': 'icon/knx-uf-iconset/128x128_or/fts_lamelle_s.png', 'style': 'height: 2em;' },
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_lamelle_s.png', 'style': 'height: 2em;' },
- 'ws' : { 'uri': 'icon/knx-uf-iconset/128x128_ws/fts_lamelle_s.png', 'style': 'height: 2em;' } } },
-'fts_lamelle_s_sonne' : { '*': { '*' : 'white',
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_s_sonne.png', 'style': 'height: 2em;' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_lamelle_s_sonne.png', 'style': 'height: 2em;' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_lamelle_s_sonne.png', 'style': 'height: 2em;' },
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_lamelle_s.png', 'style': 'height: 2em;' } } },
+'fts_lamelle_s_sonne' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'blue' : { 'uri': 'icon/knx...
[truncated message content] |