mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
community goal? never jnew her
This commit is contained in:
@@ -181,7 +181,7 @@ export function SessionProvider({ children }) {
|
||||
}
|
||||
return emitWithAck('replay:trigger', { sources: sourcesOrPayload, title });
|
||||
},
|
||||
setCommunityGoal: (text) => emitWithAck('communityGoal:set', { text }),
|
||||
setGlobalObjective: (text) => emitWithAck('globalObjective:set', { text }),
|
||||
setAdminReason: (text) => emitWithAck('adminReason:set', { text }),
|
||||
rebootRover: (roverId) =>
|
||||
emitWithAck('command', { roverId, type: 'reboot', data: { reboot: {} } }),
|
||||
|
||||
Reference in New Issue
Block a user