Skip to main content

Interface IPowerSensor

Electrical Power sensor interface requirements.

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

Properties

Power

Last value read from the Power sensor.

View Source
Declaration
Power? Power { get; }