| | | ```api_version``` - used to verify compatibility of different config files |
| | connection = { | |
| | 'ip': "127.0.0.1", | ```connection``` - dictionary, containing data about the connection with |
-| | 'port': 8001, | the target |
-| | | |
-| | 'type': "sdb", | * ```ip``` - target IP address |
-| | 'type_info': { | * ```port``` - target port |
+| | | the target |
+| | 'type': "sdb", | |
+| | 'type_info': { | * ```ip``` - target IP address |
| | 'target': 'emulator', | |
| | }, | * ```type``` - target connection type. Possible values: |
| | } | |