Enum HeaterMonitorAction
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
Action to take when a heater monitor is triggered
[JsonConverter(typeof(JsonNumberEnumConverter<HeaterMonitorAction>))]
public enum HeaterMonitorAction
Fields
GenerateFault = 0Generate a heater fault
PermanentSwitchOff = 1Permanently switch off the heater
ShutDown = 3Shut down the printer
TemporarySwitchOff = 2Temporarily switch off the heater until the condition is no longer met