Get human-readable description of the current device phase. Combines operational_phase and sub_operational_phase for context.
The main operational phase.
The sub-phase (used during ignition).
const desc = getPhaseDescription(2, 1);// Returns: "Ignition - Pellet load" Copy
const desc = getPhaseDescription(2, 1);// Returns: "Ignition - Pellet load"
Get human-readable description of the current device phase. Combines operational_phase and sub_operational_phase for context.