always show tools on spectator. rename neato locate to sound

This commit is contained in:
legop3
2026-05-19 20:51:10 -04:00
parent 3ce2bdc541
commit ab32b0416c
4 changed files with 17 additions and 10 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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 || '');