Skip to main content

Interface IHumiditySensor

Humidity sensor interface requirements.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IHumiditySensor : ISamplingSensor<RelativeHumidity>, ISensor<RelativeHumidity>, ISensor, ISamplingSensor

Properties

Humidity

Last value read from the humidity sensor.

View Source
Declaration
RelativeHumidity? Humidity { get; }