export default { IDLE: 0, LOGGING_IN: 1, LOGGED_IN: 2, READY: 3, DISCONNECTED: 4 };