Interface ISolarIntensityGauge
Contract for analog solar intensity gauge
Assembly: Meadow.Contracts.dll
View Source
public interface ISolarIntensityGauge : ISensor<float>, ISensor
Properties
MaxVoltageReference
The maximum expected voltage when the solar panel is outputting 100% power
View Source
Voltage MaxVoltageReference { get; }
MinVoltageReference
The minimum expected voltage when the solar panel is outputting 0% power
View Source
Voltage MinVoltageReference { get; }
SolarIntensity
The last available solar intensity reading, expressed as a percentage
value between 0.0
and 1.0
, inclusively
View Source
float? SolarIntensity { get; }