| ... | ... | @@ -2,11 +2,11 @@ | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```mermaid
 | 
| 
 | 
 | 
sequenceDiagram
 | 
| 
 | 
 | 
        participant Dev as Device
 | 
| 
 | 
 | 
	participant Dev_TCP as Device TCP Session
 | 
| 
 | 
 | 
	participant D2S_TCP as D2Sphere TCP Session
 | 
| 
 | 
 | 
        participant Dev
 | 
| 
 | 
 | 
	participant Device_TCP_Session
 | 
| 
 | 
 | 
	participant D2Sphere_TCP_Session
 | 
| 
 | 
 | 
	... create D2Sphere TCP conncetion ...
 | 
| 
 | 
 | 
	Dev -> Dev_TCP : create TCP session
 | 
| 
 | 
 | 
	Dev_TCP -> D2S_TCP : sent Login plain contains uuid/IMEI and used enryption mode
 | 
| 
 | 
 | 
	Dev -> Device_TCP_Session : create TCP session
 | 
| 
 | 
 | 
	Device_TCP_Session -> D2Sphere_TCP_Session : sent Login plain contains uuid/IMEI and used enryption mode
 | 
| 
 | 
 | 
		
 | 
| 
 | 
 | 
``` | 
 | 
 | 
\ No newline at end of file |