enum OceanConnectionStatus { OCEAN_CONNECTION_ERROR = -1, NOT_CONNECTED = 0, CONNECTED = 1 } export default OceanConnectionStatus