-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevhost.json
More file actions
40 lines (40 loc) · 1.01 KB
/
devhost.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
{
"id": "e04a9d04-da00-46d5-91ea-7c240e0df0c4",
"name": "Dev Host",
"description": "Generated by profile_cli",
"isActive": true,
"createdAt": "2025-12-19T20:59:56Z",
"modifiedAt": "2025-12-19T20:59:56Z",
"cpuModel": "Development CPU",
"ramMB": 8192,
"osVersion": "Development",
"devices": [
{
"name": "AndroidAuto",
"type": "AndroidAuto",
"enabled": true,
"useMock": false,
"description": "Android Auto projection service",
"settings": {
"resolution": "1024x600",
"fps": 30,
"generateTestVideo": false,
"channels.video": true,
"channels.mediaAudio": true,
"connectionMode": "auto",
"wireless.enabled": false,
"wireless.host": "",
"wireless.port": 5277
}
},
{
"name": "Bluetooth",
"type": "Bluetooth",
"enabled": true,
"useMock": false,
"description": "Bluetooth adapter"
}
]
}
]