Skip to main content

Interface IElectricalConductivitySensor

Electrical Conductivity sensor interface requirements.

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

Properties

Conductivity

Last value read from the Conductivity sensor.

View Source
Declaration
Conductivity? Conductivity { get; }