mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
always show tools on spectator. rename neato locate to sound
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
id: 'neato_locate',
|
||||
signature: 'neato_locate()',
|
||||
description: 'Play Neato locate/chime action.',
|
||||
id: 'neato_play_sound',
|
||||
signature: 'neato_play_sound()',
|
||||
description: 'Play a sound/chime on the Neato robot.',
|
||||
parameters: { type: 'object', properties: {}, additionalProperties: false },
|
||||
availability(ctx = {}) {
|
||||
const mode = String(ctx.mode || '');
|
||||
|
||||
Reference in New Issue
Block a user