Interface IVocSensor
Volatile Organic Compound (VOC) sensor interface requirements.
Assembly: Meadow.Contracts.dll
View Source
public interface IVocSensor : ISamplingSensor<Concentration>, ISensor<Concentration>, ISensor, ISamplingSensor
Properties
Voc
Last value read from the VOC sensor.
View Source
Concentration? Voc { get; }