... | ... | @@ -2,9 +2,10 @@ |
|
|
|
|
|
```mermaid
|
|
|
sequenceDiagram
|
|
|
participant John
|
|
|
participant Alice
|
|
|
Alice->>John: Hello John, how are you?
|
|
|
John-->>Alice: Great!
|
|
|
participant Dev
|
|
|
participant Device_TCP_Session
|
|
|
participant D2Sphere_TCP_Session
|
|
|
Dev->>Device_TCP_Session: Hello John, how are you?
|
|
|
Device_TCP_Session-->>D2Sphere_TCP_Session: Great!
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |