face: expose the two live gaze links
Let the remote shell deploy accept the assets its caller already staged, so a successful composition does not fail after switching the tree.
This commit is contained in:
parent
8fd1a72edd
commit
e314d4fa23
2 changed files with 17 additions and 2 deletions
|
|
@ -364,7 +364,9 @@ Singleton {
|
|||
function status(): string {
|
||||
return JSON.stringify({
|
||||
joined: root.joined,
|
||||
rig: root.rigDir
|
||||
rig: root.rigDir,
|
||||
rigConnected: sock.connected,
|
||||
gazeConnected: gaze.connected
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue