Table of Contents

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 = 0

Generate a heater fault

PermanentSwitchOff = 1

Permanently switch off the heater

ShutDown = 3

Shut down the printer

TemporarySwitchOff = 2

Temporarily switch off the heater until the condition is no longer met