export default class CenterStatus { static readonly WAITING_CONNECTION: string = "WAITING CONNECTION"; static readonly CONNECTING: string = "CONNECTING"; static readonly CONNECTED: string = "CONNECTED"; }