Skip to main content

Interface ITemperatureSensor

Temperature sensor interface requirements.

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

Properties

Temperature

Last value read from the Temperature sensor.

View Source
Declaration
Temperature? Temperature { get; }