Hygrometer
Definition
Physical world component that can measure the relative ambient air humidity if supported by the hardware.
Properties
- Available
- Specifies whether or not the device has the hardware to support the
Hygrometer
component. - Enabled
- Specifies whether the sensor should generate events. If
true
, the sensor will generate events. Otherwise, no events are generated. - Humidity
- Returns the relative ambient humidity as a percentage. The sensor must be enabled and available to return meaningful values.
- RefreshTime
- 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.