Class HeaterMonitor
Information about a heater monitor
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class HeaterMonitor : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Action
Action to perform when the trigger condition is met
Declaration
public HeaterMonitorAction? Action { get; set; }
Property Value
Type | Description |
---|---|
HeaterMonitorAction? |
Condition
Condition to meet to perform an action
Declaration
public HeaterMonitorCondition Condition { get; set; }
Property Value
Type | Description |
---|---|
HeaterMonitorCondition |
Limit
Limit threshold for this heater monitor
Declaration
public float? Limit { get; set; }
Property Value
Type | Description |
---|---|
float? |
Sensor
Sensor number to monitor
Declaration
public int Sensor { get; set; }
Property Value
Type | Description |
---|---|
int |