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