Credentials module
Roam OCPI implementation of OCPI 2.2.1 credentials module
Plugsurfing will assume the CPO role during the handshake, all CPOs part of the Plugsurfing network will be present in the roles list. Example:
"roles": [
{
"role": "CPO",
"business_details": {
"name": "CPO Name 1"
},
"party_id": "CPO",
"country_code": "DE"
},
{
"role": "CPO",
"business_details": {
"name": "CPO Name 2"
},
"party_id": "CPO",
"country_code": "FR"
}
]
Plugsurfing does not use the HubClientInfo module, so all CPOs in the Plugsurfing Network will be presented during the handshake.
Updated about 4 hours ago
What’s Next