- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Feb 2010 10:12:50 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv15134
Modified Files:
Overview.html properties.odg properties.png
Log Message:
added min and max attributes for all sensors
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- Overview.html 1 Feb 2010 09:45:43 -0000 1.72
+++ Overview.html 1 Feb 2010 10:12:48 -0000 1.73
@@ -758,7 +758,11 @@
<dl title="[NoInterfaceObject] interface AmbientNoise" class="idl">
<dt>readonly attribute float value</dt>
- <dd>The ambient noise around the device, in decibels (dB), computed from the data provided by each sensor. </dd>
+ <dd>The ambient noise intensity around the device, computed by this system's sensors, in decibels (dB)</dd>
+ <dt>readonly attribute float min</dt>
+ <dd>The minimum ambient noise intensity that this system's sensors are able to report, in decibels (dB)</dd>
+ <dt>readonly attribute float max</dt>
+ <dd>The maximum ambient noise intensity that this system's sensors are able to report, in decibels (dB)</dd>
</dl>
</section>
</section>
@@ -775,6 +779,10 @@
<dl title="[NoInterfaceObject] interface AmbientTemperature" class="idl">
<dt>readonly attribute float value</dt>
<dd>This current temperature around the device, in degrees Celsius (°C)</dd>
+ <dt>readonly attribute float min</dt>
+ <dd>The minimum ambient temperature that this system's sensors are able to report, in degrees Celsius (°C)</dd>
+ <dt>readonly attribute float max</dt>
+ <dd>The maximum ambient temperature that this system's sensors are able to report, in degrees Celsius (°C)</dd>
</dl>
</section>
</section>
@@ -790,7 +798,11 @@
<dl title="[NoInterfaceObject] interface AmbientAtmosphericPressure" class="idl">
<dt>readonly attribute float pressure</dt>
- <dd>The estimated atmospheric pressure around this device, in kiloPascal (kPa)</dd>
+ <dd>The estimated atmospheric pressure around this device, in kiloPascals (kPa)</dd>
+ <dt>readonly attribute float min</dt>
+ <dd>The minimum ambient atmospheric pressure that this system's sensors are able to report, in kiloPascals (kPa)</dd>
+ <dt>readonly attribute float max</dt>
+ <dd>The maximum ambient atmospheric pressure that this system's sensors are able to report, in kiloPascals (kPa)</dd>
</dl>
</section>
@@ -806,6 +818,10 @@
<dl title="[NoInterfaceObject] interface Proximity" class="idl">
<dt>readonly attribute float distance</dt>
<dd>The distance from the device to the nearest object, as determined by this device's proximity sensors, in meters (m)</dd>
+ <dt>readonly attribute float min</dt>
+ <dd>The minimum distance that this system's sensors are able to report, in meters (m)</dd>
+ <dt>readonly attribute float max</dt>
+ <dd>The maximum distance that this system's sensors are able to report, in meters (m)</dd>
</dl>
</section>
</section>
Index: properties.odg
===================================================================
RCS file: /sources/public/2009/dap/system-info/properties.odg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
Binary files /tmp/cvsiPasDc and /tmp/cvsO32eVh differ
Index: properties.png
===================================================================
RCS file: /sources/public/2009/dap/system-info/properties.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
Binary files /tmp/cvschn8Rc and /tmp/cvsyFnMbi differ
Received on Monday, 1 February 2010 10:12:54 UTC