|
From: <ma...@us...> - 2013-02-02 21:18:53
|
Revision: 1389
http://openautomation.svn.sourceforge.net/openautomation/?rev=1389&view=rev
Author: mayerch
Date: 2013-02-02 21:18:46 +0000 (Sat, 02 Feb 2013)
Log Message:
-----------
Possible fix for http://knx-user-forum.de/289631-post29.html
Modified Paths:
--------------
CometVisu/trunk/visu/index.html
CometVisu/trunk/visu/visu_config_previewtemp.xml
Modified: CometVisu/trunk/visu/index.html
===================================================================
--- CometVisu/trunk/visu/index.html 2013-02-02 20:08:12 UTC (rev 1388)
+++ CometVisu/trunk/visu/index.html 2013-02-02 21:18:46 UTC (rev 1389)
@@ -26,6 +26,8 @@
"lib/cometvisu-client.js",
"lib/iconhandler.js",
"structure/pure/_common.js",
+ "designs/structure_custom.js",
+ "lib/templateengine.js",
"structure/pure/break.js",
"structure/pure/group.js",
"structure/pure/rgb.js",
@@ -49,8 +51,6 @@
"structure/pure/unknown.js",
"structure/pure/video.js",
"structure/pure/wgplugin_info.js",
- "designs/structure_custom.js",
- "lib/templateengine.js",
"transforms/transform_default.js",
"transforms/transform_knx.js",
"transforms/transform_oh.js",
Modified: CometVisu/trunk/visu/visu_config_previewtemp.xml
===================================================================
--- CometVisu/trunk/visu/visu_config_previewtemp.xml 2013-02-02 20:08:12 UTC (rev 1388)
+++ CometVisu/trunk/visu/visu_config_previewtemp.xml 2013-02-02 21:18:46 UTC (rev 1389)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pages design="pure" lib_version="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./visu_config.xsd">
+ <meta>
+ <plugins>
+ <plugin name="colorchooser"/>
+ <plugin name="diagram"/>
+ <plugin name="upnpcontroller"/>
+ </plugins>
+ <mappings>
+ <mapping name="Close_Open">
+ <entry value="0">zu</entry>
+ <entry value="1">offen</entry>
+ </mapping>
+ <mapping name="Open_Close">
+ <entry value="0">offen</entry>
+ <entry value="1">zu</entry>
+ </mapping>
+ <mapping name="Off_On">
+ <entry value="0">Aus</entry>
+ <entry value="1">An</entry>
+ </mapping>
+ <mapping name="On_Off">
+ <entry value="0">An</entry>
+ <entry value="1">Aus</entry>
+ </mapping>
+ <mapping name="KonnexHVAC">
+ <entry value="auto">Auto</entry>
+ <entry value="comfort">Komfort</entry>
+ <entry value="standby">Stand By</entry>
+ <entry value="economy">Economy</entry>
+ <entry value="building_protection">Haus-Schutz</entry>
+ </mapping>
+ </mappings>
+ <stylings>
+ <styling name="Red_Green">
+ <entry value="0">red</entry>
+ <entry value="1">green</entry>
+ </styling>
+ <styling name="Green_Red">
+ <entry value="0">green</entry>
+ <entry value="1">red</entry>
+ </styling>
+ <styling name="Blue_Green_Red">
+ <entry range_min="-100" range_max="20">blue</entry>
+ <entry range_min="20" range_max="22">green</entry>
+ <entry range_min="22" range_max="100">red</entry>
+ </styling>
+ </stylings>
+ <statusbar>
+ <status type="html"><img src="icon/comet_64_ff8000.png" alt="CometVisu"> by <a href="http://www.cometvisu.org/">CometVisu.org</a>
+ - <a href=".?forceReload=true">Reload</a>
+ - <a href="?config=demo">Widget Demo</a></status>
+ <status type="html" hrefextend="config">- <a href="check_config.php">Check Config</a></status>
+ </statusbar>
+ </meta>
+ <page name="Start">
+ <line/>
+ <text align="center">
+ <label>Welcome to bla blub CometVisu!fff</label>
+ </text>
+ <line/>
+ <colorchooser>
+ <label/>
+ <address transform="bla">1/2/3</address>
+ </colorchooser>
+ <gweather width="400" height="300" city="Holzkirchen"/>
+ <urltrigger url="http://"/>
+ </page>
+</pages>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|