| ... | @@ -4,11 +4,11 @@ | 
... | @@ -4,11 +4,11 @@ | 
| 
 | 
 | 
 | 
 | 
| 
 | 
sequenceDiagram
 | 
 | 
sequenceDiagram
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
	participant "Device" as Dev
 | 
 | 
	participant Dev as "Device"
 | 
| 
 | 
	participant "Device TCP Session" as Dev_TCP
 | 
 | 
        participant Dev_TCP as "Device TCP Session"
 | 
| 
 | 
	participant "D2Sphere TCP Session" as D2S_TCP
 | 
 | 
        participant D2S_TCP as "D2Sphere TCP Session"
 | 
| 
 | 
	participant "D2Sphere Database" as D2S_DB
 | 
 | 
        participant D2S_DB as "D2Sphere Database"
 | 
| 
 | 
	participant "D2SPhere REST API" as D2S_API
 | 
 | 
        participant D2S_API as "D2SPhere REST API"
 | 
| 
 | 
	 
 | 
 | 
	 
 | 
| 
 | 
	autonumber
 | 
 | 
	autonumber
 | 
| 
 | 
	... create D2Sphere TCP conncetion ...
 | 
 | 
	... create D2Sphere TCP conncetion ...
 | 
| ... |  | ... |  |