Possible states a component can be in during operation
const pumpState: ComponentState = "operational"; // Normal operationconst valveState: ComponentState = "degraded"; // Operating but with reduced capability Copy
const pumpState: ComponentState = "operational"; // Normal operationconst valveState: ComponentState = "degraded"; // Operating but with reduced capability
Possible states a component can be in during operation