|
From: <ma...@us...> - 2012-12-25 23:52:46
|
Revision: 1249
http://openautomation.svn.sourceforge.net/openautomation/?rev=1249&view=rev
Author: mayerch
Date: 2012-12-25 23:52:36 +0000 (Tue, 25 Dec 2012)
Log Message:
-----------
Extended icon handling:
* they might take an option "color" which can be helpful to organize monochrome icons
* they might take an option "styling" to set an individual CSS styling for an icon
* they might take an option "dynamic" which will be used later on...
Note: options aren't updated in the XSD yet...
Modified Paths:
--------------
CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php
CometVisu/trunk/visu/lib/iconhandler.js
CometVisu/trunk/visu/lib/templateengine.js
Modified: CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php
===================================================================
--- CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php 2012-12-25 22:37:35 UTC (rev 1248)
+++ CometVisu/trunk/visu/icon/knx-uf-iconset/make-iconhandler.php 2012-12-25 23:52:36 UTC (rev 1249)
@@ -51,14 +51,14 @@
$outtxt = "";
foreach ($icons as $i) {
$name = preg_replace("/\.png$/", "", $i);
- $outtxt .= sprintf("%-30s", "'". $name ."' : ") ." { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',\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;
$outtxt .= sprintf("%36s", "'". $color ."'") . " : { 'uri': 'icon/knx-uf-iconset/128x128_". $c ."/". $i ."' }";
}
- $outtxt .= " } },\n";
+ $outtxt .= " } } },\n";
}
$outtxt = preg_replace("/,\n$/", "", $outtxt);
Modified: CometVisu/trunk/visu/lib/iconhandler.js
===================================================================
--- CometVisu/trunk/visu/lib/iconhandler.js 2012-12-25 22:37:35 UTC (rev 1248)
+++ CometVisu/trunk/visu/lib/iconhandler.js 2012-12-25 23:52:36 UTC (rev 1249)
@@ -51,1798 +51,1749 @@
*/
var db = {
'CometVisu' : { '*' : '128',
- '16' : { '*' : 'sodium',
+ '16' : { '*': { '*' : 'sodium',
'black' : { 'uri': 'icon/comet_16_000000.png'},
'white' : { 'uri': 'icon/comet_16_ffffff.png'},
'antimony' : { 'uri': 'icon/comet_16_00ddff.png'},
'boron' : { 'uri': 'icon/comet_16_00ff11.png'},
'lithium' : { 'uri': 'icon/comet_16_ff0000.png'},
'potassium' : { 'uri': 'icon/comet_16_d00055.png'},
- 'sodium' : { 'uri': 'icon/comet_16_ff8000.png'} },
- '32' : { '*' : 'sodium',
+ 'sodium' : { 'uri': 'icon/comet_16_ff8000.png'} } },
+ '32' : { '*': { '*' : 'sodium',
'black' : { 'uri': 'icon/comet_32_000000.png'},
'white' : { 'uri': 'icon/comet_32_ffffff.png'},
'antimony' : { 'uri': 'icon/comet_32_00ddff.png'},
'boron' : { 'uri': 'icon/comet_32_00ff11.png'},
'lithium' : { 'uri': 'icon/comet_32_ff0000.png'},
'potassium' : { 'uri': 'icon/comet_32_d00055.png'},
- 'sodium' : { 'uri': 'icon/comet_32_ff8000.png'} },
- '64' : { '*' : 'sodium',
+ 'sodium' : { 'uri': 'icon/comet_32_ff8000.png'} } },
+ '64' : { '*': { '*' : 'sodium',
'black' : { 'uri': 'icon/comet_64_000000.png'},
'white' : { 'uri': 'icon/comet_64_ffffff.png'},
'antimony' : { 'uri': 'icon/comet_64_00ddff.png'},
'boron' : { 'uri': 'icon/comet_64_00ff11.png'},
'lithium' : { 'uri': 'icon/comet_64_ff0000.png'},
'potassium' : { 'uri': 'icon/comet_64_d00055.png'},
- 'sodium' : { 'uri': 'icon/comet_64_ff8000.png'} },
- '128': { '*' : 'sodium',
+ 'sodium' : { 'uri': 'icon/comet_64_ff8000.png'} } },
+ '128': { '*': { '*' : 'sodium',
'black' : { 'uri': 'icon/comet_128_000000.png'},
'white' : { 'uri': 'icon/comet_128_ffffff.png'},
'antimony' : { 'uri': 'icon/comet_128_00ddff.png'},
'boron' : { 'uri': 'icon/comet_128_00ff11.png'},
'lithium' : { 'uri': 'icon/comet_128_ff0000.png'},
'potassium' : { 'uri': 'icon/comet_128_d00055.png'},
- 'sodium' : { 'uri': 'icon/comet_128_ff8000.png'} } },
+ 'sodium' : { 'uri': 'icon/comet_128_ff8000.png'} } } },
// Do not remove this line: Dynamic Icons Start
-'Background-2D-black' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+'Background-2D-black' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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_1f' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_1f.png' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_1f.png' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_1f.png' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_1f.png' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_1f.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_1f.png' } } },
-'fts_fenster_1f_gekippt' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_1f_gekippt.png' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_1f_gekippt.png' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_1f_gekippt.png' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_1f_gekippt.png' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_1f_gekippt.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_1f_gekippt.png' } } },
-'fts_fenster_1f_offen' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_1f_offen.png' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_1f_offen.png' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_1f_offen.png' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_1f_offen.png' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_1f_offen.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_1f_offen.png' } } },
-'fts_fenster_2f' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_2f.png' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_2f.png' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_2f.png' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_2f.png' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_2f.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_2f.png' } } },
-'fts_fenster_2f_gekippt' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_2f_gekippt.png' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_2f_gekippt.png' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_2f_gekippt.png' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_2f_gekippt.png' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_2f_gekippt.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_2f_gekippt.png' } } },
-'fts_fenster_2f_offen' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
- 'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_fenster_2f_offen.png' },
- 'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_fenster_2f_offen.png' },
- 'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_fenster_2f_offen.png' },
- 'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_fenster_2f_offen.png' },
- 'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_fenster_2f_offen.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_fenster_2f_offen.png' } } },
-'fts_fenster_gekippt' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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',
+ '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' },
'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_rollo.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo.png' } } },
-'fts_rollo_10' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo.png' } } } },
+'fts_rollo_10' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_10.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_10.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_10.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_10.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_10.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_10.png' } } },
-'fts_rollo_100' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_10.png' } } } },
+'fts_rollo_100' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_100.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_100.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_100.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_100.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_100.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_100.png' } } },
-'fts_rollo_20' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_100.png' } } } },
+'fts_rollo_20' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_20.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_20.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_20.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_20.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_20.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_20.png' } } },
-'fts_rollo_30' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_20.png' } } } },
+'fts_rollo_30' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_30.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_30.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_30.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_30.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_30.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_30.png' } } },
-'fts_rollo_40' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_30.png' } } } },
+'fts_rollo_40' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_40.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_40.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_40.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_40.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_40.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_40.png' } } },
-'fts_rollo_50' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_40.png' } } } },
+'fts_rollo_50' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_50.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_50.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_50.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_50.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_50.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_50.png' } } },
-'fts_rollo_60' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_50.png' } } } },
+'fts_rollo_60' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_60.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_60.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_60.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_60.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_60.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_60.png' } } },
-'fts_rollo_70' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_60.png' } } } },
+'fts_rollo_70' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_70.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_70.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_70.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_70.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_70.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_70.png' } } },
-'fts_rollo_80' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_70.png' } } } },
+'fts_rollo_80' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_80.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_80.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_80.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_80.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_80.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_80.png' } } },
-'fts_rollo_90' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_80.png' } } } },
+'fts_rollo_90' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_rollo_90.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_rollo_90.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_rollo_90.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_rollo_90.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_rollo_90.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_90.png' } } },
-'fts_tuer' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_rollo_90.png' } } } },
+'fts_tuer' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_tuer.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_tuer.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_tuer.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_tuer.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_tuer.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_tuer.png' } } },
-'fts_tuer_offen' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_tuer.png' } } } },
+'fts_tuer_offen' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/fts_tuer_offen.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/fts_tuer_offen.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/fts_tuer_offen.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/fts_tuer_offen.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/fts_tuer_offen.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_tuer_offen.png' } } },
-'it_fernsehen' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/fts_tuer_offen.png' } } } },
+'it_fernsehen' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/it_fernsehen.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/it_fernsehen.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/it_fernsehen.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/it_fernsehen.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/it_fernsehen.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/it_fernsehen.png' } } },
-'it_funk_dcf77' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/it_fernsehen.png' } } } },
+'it_funk_dcf77' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/it_funk_dcf77.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/it_funk_dcf77.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/it_funk_dcf77.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/it_funk_dcf77.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/it_funk_dcf77.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/it_funk_dcf77.png' } } },
-'it_internet' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/it_funk_dcf77.png' } } } },
+'it_internet' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/it_internet.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/it_internet.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/it_internet.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/it_internet.png' },
'red' : { 'uri': 'icon/knx-uf-iconset/128x128_red/it_internet.png' },
- 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/it_internet.png' } } },
-'it_kamera' : { '*': { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
+ 'white' : { 'uri': 'icon/knx-uf-iconset/128x128_white/it_internet.png' } } } },
+'it_kamera' : { '*': { '*' : { '*' : 'white', 'ws' : 'white', 'sodium' : 'orange',
'blue' : { 'uri': 'icon/knx-uf-iconset/128x128_blue/it_kamera.png' },
'green' : { 'uri': 'icon/knx-uf-iconset/128x128_green/it_kamera.png' },
'orange' : { 'uri': 'icon/knx-uf-iconset/128x128_orange/it_kamera.png' },
'purple' : { 'uri': 'icon/knx-uf-iconset/128x128_purple/it_kamera.png' },
'red' : { 'uri': '...
[truncated message content] |