UNPKG

@evpower/ocpp-ts

Version:

OCPP 1.6: Open Charge Point Protocol

24 lines (23 loc) 548 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "FirmwareStatusNotificationRequest", "type": "object", "properties": { "status": { "type": "string", "enum": [ "Downloaded", "DownloadFailed", "Downloading", "Idle", "InstallationFailed", "Installing", "Installed" ] } }, "additionalProperties": false, "required": [ "status" ] }