|
From: <ma...@us...> - 2010-12-12 19:45:34
|
Revision: 213
http://openautomation.svn.sourceforge.net/openautomation/?rev=213&view=rev
Author: mayerch
Date: 2010-12-12 19:45:28 +0000 (Sun, 12 Dec 2010)
Log Message:
-----------
updated current changes
Modified Paths:
--------------
CometVisu/trunk/ChangeLog
Modified: CometVisu/trunk/ChangeLog
===================================================================
--- CometVisu/trunk/ChangeLog 2010-12-12 19:26:20 UTC (rev 212)
+++ CometVisu/trunk/ChangeLog 2010-12-12 19:45:28 UTC (rev 213)
@@ -1,14 +1,21 @@
HEAD
====
-- ...
-
-Config changes:
-The format of the config file has changed. Please update the existing file to:
-- ...
- New Design: "discreet_sand": dark text, light background
- New Design: "discreet_slim": more widgets per line for bigger screens
+- New config structure: To allow widgets to listen to multiple addresses
+ the structure of the config file had to change.
+Config changes:
+The format of the config file has changed. Please update the existing file, so:
+- the labels are now sub elements of type <label>
+- the addresses are now sub elements of type <address> with the attributes
+ - src: the addess on the bus
+ - transform (optional): the name of a function that translates between the
+ raw values on the bus and the internal JavaScript types
+ - readonly (optional): when set to "true" the widget will only listen on
+ that address and not send values when the widget gets changed
+
0.5.2
=====
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|