build(deps): bump vue from 3.4.36 to 3.4.37 in the regular group (#1132)
[e-mobility-charging-stations-simulator.git] / types / ocpp / 1.6 / DiagnosticsStatus.ts
1 export enum OCPP16DiagnosticsStatus {
2 Idle = 'Idle',
3 Uploaded = 'Uploaded',
4 UploadFailed = 'UploadFailed',
5 Uploading = 'Uploading',
6 }