Skip to content
Snippets Groups Projects
fluid.enum.ts 220 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    export enum FluidType {
      ELECTRICITY = 0,
      WATER = 1,
      GAS = 2,
      MULTIFLUID = 3,
    }
    
    
    export enum FluidState {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      KONNECTOR_NOT_FOUND = 0,
    
      NOT_CONNECTED = 1,
      DONE = 200,
    
      ERROR = 300,
      ERROR_LOGIN_FAILED = 301,