export const BASE_HARDWARE_STATUS = {
  ACTIVATED: 'Activated',
  DEACTIVATED: 'Deactivated',
  UNKNOWN: 'Unknown',
  ERROR: 'Error',
} as const;
