Parking Bay¶
ParkingBayUpdate¶
Topic: cs/josev. Used to update OCPP of a ParkingBay event  | 
|||
type  | 
object  | 
||
properties  | 
|||
  | 
type  | 
string  | 
|
format  | 
uuid  | 
||
  | 
const  | 
parking_bay  | 
|
  | 
const  | 
update  | 
|
  | 
type  | 
object  | 
|
properties  | 
|||
  | 
type  | 
string  | 
|
  | 
enum  | 
ev_departed, ev_detected  | 
|
Example:
{
    "id": "86bfba63-a44f-40cc-8b4b-dc4c9d771e52",
    "name": "parking_bay",
    "type": "update",
    "data": {
        "evse_id": "DE*SEV*E123456789",
        "status": "ev_departed", # or ev_detected
    },
}