mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
reboot your own rover
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user