reboot your own rover

This commit is contained in:
legop3
2026-05-28 16:12:42 -04:00
parent 6dfc30d1f6
commit 955b613527
10 changed files with 252 additions and 130 deletions
+1
View File
@@ -182,6 +182,7 @@ export function SessionProvider({ children }) {
requestVerification: () => emitWithAck('verification:request'),
requestPrivateRoverAccess: (roverId) =>
emitWithAck('session:privateRover:requestAccess', { roverId }),
rebootOwnRover: () => emitWithAck('session:rebootOwnRover'),
triggerReplay: (sourcesOrPayload = [], title = '') => {
if (sourcesOrPayload && typeof sourcesOrPayload === 'object' && !Array.isArray(sourcesOrPayload)) {
return emitWithAck('replay:trigger', sourcesOrPayload);