UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

12 lines (11 loc) 282 B
export interface PotSts { isPressurizing: boolean; atTargetPressure: boolean; isDepressurized: boolean; actualPressure: number; targetPressure: number; linerIsFlowing: boolean; state: number; ballValve_OPEN: boolean; ballValve_CLOSED: boolean; }