Enum HeaterState
State of a heater
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonLowerCaseStringEnumConverter))]
public enum HeaterState
Fields
Name | Description |
---|---|
Active | Heater is active |
Fault | Heater faulted |
Off | Heater is turned off |
Offline | Heater is offline |
Standby | Heater is in standby mode |
Tuning | Heater is being tuned |