Class FanThermostaticControl
Thermostatic parameters of a fan
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class FanThermostaticControl : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Heaters
List of heaters to monitor (indices)
Declaration
[Obsolete("Use Sensors instead")]
public ModelCollection<int> Heaters { get; }
Property Value
Type | Description |
---|---|
ModelCollection<int> |
Remarks
This is a bitmap represented as an array
HighTemperature
Upper temperature range required to turn on the fan (in C)
Declaration
public float? HighTemperature { get; set; }
Property Value
Type | Description |
---|---|
float? |
LowTemperature
Lower temperature range required to turn on the fan (in C)
Declaration
public float? LowTemperature { get; set; }
Property Value
Type | Description |
---|---|
float? |
Sensors
List of sensors to monitor (indices)
Declaration
public ModelCollection<int> Sensors { get; }
Property Value
Type | Description |
---|---|
ModelCollection<int> |
Remarks
This is a bitmap represented as an array