Skip to main content

Interface ISolarIntensityGauge

Contract for analog solar intensity gauge

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface ISolarIntensityGauge : ISensor<float>, ISensor

Properties

MaxVoltageReference

The maximum expected voltage when the solar panel is outputting 100% power

View Source
Declaration
Voltage MaxVoltageReference { get; }

MinVoltageReference

The minimum expected voltage when the solar panel is outputting 0% power

View Source
Declaration
Voltage MinVoltageReference { get; }

SolarIntensity

The last available solar intensity reading, expressed as a percentage value between 0.0 and 1.0, inclusively

View Source
Declaration
float? SolarIntensity { get; }