Skip to main content

Interface IDissolvedOxygenSaturationSensor

Dissolved xxygen saturation interface requirements

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

Properties

Saturation

Last value read from the dissolved oxygen saturation sensor

View Source
Declaration
double? Saturation { get; }