<dd>The air pressure in hPa (millibar), if the sensor is available and enabled.</dd>
<dd>The air pressure in hPa (millibar), if the sensor is available and enabled.</dd>
<dt><code><em>Available</em></code></dt>
<dt><code><em>Available</em></code></dt>
<dd>Specifies whether or not the device has an ambient air pressure sensor.</dd>
<dd>Specifies whether or not the device has the hardware to support the Barometer component.</dd>
<dt><code>Enabled</code></dt>
<dt><code>Enabled</code></dt>
<dd>If enabled, then device will listen for changes.</dd>
<dd>If enabled, then device will listen for changes.</dd>
<dt><code>RefreshTime</code></dt>
<dt><code>RefreshTime</code></dt>
<dd>The requested minimum time in milliseconds between changes in air pressure being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.</dd>
<dd>The requested minimum time in milliseconds between changes in readings being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.</dd>
</dl>
</dl>
<h3>Events</h3>
<h3>Events</h3>
...
@@ -705,13 +705,13 @@ none
...
@@ -705,13 +705,13 @@ none
<h3>Properties</h3>
<h3>Properties</h3>
<dl>
<dl>
<dt><code><em>Available</em></code></dt>
<dt><code><em>Available</em></code></dt>
<dd>Specifies whether or not the device has an ambient air pressure sensor.</dd>
<dd>Specifies whether or not the device has the hardware to support the Hygrometer component.</dd>
<dt><code>Enabled</code></dt>
<dt><code>Enabled</code></dt>
<dd>If enabled, then device will listen for changes.</dd>
<dd>If enabled, then device will listen for changes.</dd>
<dt><code><em>Humidity</em></code></dt>
<dt><code><em>Humidity</em></code></dt>
<dd>The relative ambient humidity as a percentage, if the sensor is available and enabled.</dd>
<dd>The relative ambient humidity as a percentage, if the sensor is available and enabled.</dd>
<dt><code>RefreshTime</code></dt>
<dt><code>RefreshTime</code></dt>
<dd>The requested minimum time in milliseconds between changes in air pressure being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.</dd>
<dd>The requested minimum time in milliseconds between changes in readings being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.</dd>
</dl>
</dl>
<h3>Events</h3>
<h3>Events</h3>
...
@@ -730,7 +730,7 @@ none
...
@@ -730,7 +730,7 @@ none
<h3>Properties</h3>
<h3>Properties</h3>
<dl>
<dl>
<dt><code><em>Available</em></code></dt>
<dt><code><em>Available</em></code></dt>
<dd>Specifies whether or not the device has an ambient air pressure sensor.</dd>
<dd>Specifies whether or not the device has the hardware to support the LightSensor component.</dd>
<dt><code><em>AverageLux</em></code></dt>
<dt><code><em>AverageLux</em></code></dt>
<dd>The average of the 10 most recent light levels measured, in lux.</dd>
<dd>The average of the 10 most recent light levels measured, in lux.</dd>
<dt><code>Enabled</code></dt>
<dt><code>Enabled</code></dt>
...
@@ -738,7 +738,7 @@ none
...
@@ -738,7 +738,7 @@ none
<dt><code><em>Lux</em></code></dt>
<dt><code><em>Lux</em></code></dt>
<dd>The most recent light level, in lux, if the sensor is available and enabled.</dd>
<dd>The most recent light level, in lux, if the sensor is available and enabled.</dd>
<dt><code>RefreshTime</code></dt>
<dt><code>RefreshTime</code></dt>
<dd>The requested minimum time in milliseconds between changes in air pressure being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.</dd>
<dd>The requested minimum time in milliseconds between changes in readings being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.</dd>
</dl>
</dl>
<h3>Events</h3>
<h3>Events</h3>
...
@@ -1018,11 +1018,11 @@ none
...
@@ -1018,11 +1018,11 @@ none
<h3>Properties</h3>
<h3>Properties</h3>
<dl>
<dl>
<dt><code><em>Available</em></code></dt>
<dt><code><em>Available</em></code></dt>
<dd>Specifies whether or not the device has an ambient air pressure sensor.</dd>
<dd>Specifies whether or not the device has the hardware to support the Thermometer component.</dd>
<dt><code>Enabled</code></dt>
<dt><code>Enabled</code></dt>
<dd>If enabled, then device will listen for changes.</dd>
<dd>If enabled, then device will listen for changes.</dd>
<dt><code>RefreshTime</code></dt>
<dt><code>RefreshTime</code></dt>
<dd>The requested minimum time in milliseconds between changes in air pressure being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.</dd>
<dd>The requested minimum time in milliseconds between changes in readings being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.</dd>
<dt><code><em>Temperature</em></code></dt>
<dt><code><em>Temperature</em></code></dt>
<dd>The temperature in degrees Celsius, if the sensor is available and enabled</dd>
<dd>The temperature in degrees Celsius, if the sensor is available and enabled</dd>