Files
smsgw-tester/src/Center/CenterStatus.ts
2023-03-28 17:26:23 +02:00

5 lines
216 B
TypeScript

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