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:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||
<title>Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-BEDvTEJ5.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DUTZ-8ek.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-91zM9j6A.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -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