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  | 
|||
  | 
type  | 
string  | 
|
format  | 
uuid  | 
||
  | 
const  | 
boot_status  | 
|
  | 
const  | 
update  | 
|
  | 
type  | 
object  | 
|
properties  | 
|||
  | 
enum  | 
accepted, pending, rejected  | 
|
Example:
{
    "id": "2b0aa109-21a1-4f2f-bdbd-6cdf139e7bb1",
    "name": "boot_status",
    "type": "update",
    "data": {"status": "rejected"}
}