Updated participant protocol docs
[policy/parent.git] / docs / clamp / acm / api-protocol / puml / ParticipantPriming.puml
1 @startuml
2 Commissioning_REST -> CLAMP_Runtime: Prime Automation Composition Type Defintions and\nset values of Common Properties
3 activate CLAMP_Runtime
4 loop over Participant Types in Automation Composition Type Definition
5         CLAMP_Runtime -> CLAMP_Runtime: Collect Automation Composition Element Type Definitions and\nCommon Property Values for Participant Type
6 end
7 Participant <- CLAMP_Runtime: Participant Update\n[Automation Composition Element Type Definitions and\nCommon Property Values for Participant Types]
8 deactivate CLAMP_Runtime
9 activate Participant
10 Participant -> Participant: Store Automation Composition Element Type Definitions and\nCommon Property Values
11 Participant -> CLAMP_Runtime: Participant Update Ack\n[from each Participant mentioned in Participant Update message]
12 deactivate Participant
13 @enduml