Boot status

BootStatusUpdate

Topic: josev/cs. A boot_status message is sent from OCPP to the CS after receiving a BootNotificationResponse. The status from the BootNotificationResponse is forwarded on to the CS.

type

object

properties

  • id

type

string

format

uuid

  • name

const

boot_status

  • type

const

update

  • data

type

object

properties

  • status

enum

accepted, pending, rejected

Example:

{
    "id": "2b0aa109-21a1-4f2f-bdbd-6cdf139e7bb1",
    "name": "boot_status",
    "type": "update",
    "data": {"status": "rejected"}
}