2009/dap/system-info battery-status.html,1.63,1.64

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv8767

Modified Files:
	battery-status.html 
Log Message:
make level type of double instead of float

Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- battery-status.html	28 Oct 2011 12:26:14 -0000	1.63
+++ battery-status.html	1 Nov 2011 22:18:24 -0000	1.64
@@ -212,7 +212,7 @@
           charging time, there is no battery attached to the system, or
           otherwise.
         </dd>
-        <dt>readonly attribute float level</dt>
+        <dt>readonly attribute double level</dt>
         <dd>
           Represents the current battery level scaled from 0 to 1.0. The
           attribute MUST be set to 0 if the system's battery is depleted and

Received on Tuesday, 1 November 2011 22:18:31 UTC