Files
cariflex/tools/shapeshifter-specification-main/docs/diagrams/use-case-3-1-exchange-of-congestions-points.puml
Eric F d398a6ced2 Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1)
- OpenOCPP extracted (firmware OCPP 1.6J/2.0.1)
- ShapeShifter library installed (pip install -e)
- ShapeShifter specification extracted
- EVerest extracted

TODO updated with progress
2026-06-08 00:38:27 -04:00

23 lines
496 B
Plaintext

@startuml
!theme cerulean
participant DSO
participant CRO
DSO -> CRO: DSOPortfolioUpdate
DSO <-- CRO: HTTP OK
alt if CRO is operating in open mode
DSO <- CRO: DSOPortfolioUpdateResponse Result=Accepted
DSO --> CRO: HTTP OK
else
alt if DSO is an authorized participant
DSO <- CRO: DSOPortfolioUpdateResponse Result=Accepted
DSO --> CRO: HTTP OK
else
DSO <- CRO: DSOPortfolioUpdateResponse Result=Rejected
DSO --> CRO: HTTP OK
end
end
@enduml