-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorpheus-monorepo.code-workspace
More file actions
69 lines (69 loc) · 1.62 KB
/
Copy pathorpheus-monorepo.code-workspace
File metadata and controls
69 lines (69 loc) · 1.62 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"folders": [
{
"path": ".",
"name": "orpheus-monorepo",
},
{
"path": "services/orpheus-bluetooth-autoconnect",
"name": "orpheus-bluetooth-autoconnect",
},
{
"path": "services/orpheus-dashboard",
"name": "orpheus-dashboard",
},
{
"path": "services/orpheus-gps",
"name": "orpheus-gps",
},
{
"path": "services/orpheus_ui/backend",
"name": "orpheus-ui-backend",
},
{
"path": "services/orpheus_ui/frontend",
"name": "orpheus-ui-frontend",
},
{
"path": "services/orpheus-mqtt",
"name": "orpheus-mqtt",
},
{
"path": "platform/orpheus-common",
"name": "orpheus-common",
},
{
"path": "agents/orpheus-agent-audio-motion",
"name": "orpheus-agent-audio-motion",
},
{
"path": "agents/orpheus-agent-audio-playback",
"name": "orpheus-agent-audio-playback",
},
{
"path": "agents/orpheus-agent-bird-detection",
"name": "orpheus-agent-bird-detection",
},
{
"path": "agents/orpheus-agent-crow-detection",
"name": "orpheus-agent-crow-detection",
},
{
"path": "agents/orpheus-agent-video-motion",
"name": "orpheus-agent-video-motion",
},
{
"path": "agents/orpheus-agent-video-snapshotter",
"name": "orpheus-agent-video-snapshotter",
},
{
"path": "agents/orpheus-agent-video-timelapser",
"name": "orpheus-agent-video-timelapser",
},
{
"path": "agents/orpheus-agent-event-correlator",
"name": "orpheus-agent-event-correlator",
},
],
"settings": {},
}