[gbmusic] update sendCommand parameter jsdoc

master
Logan B 2025-02-12 18:29:00 -06:00
parent 13b16ac87d
commit 879485b664
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ function handleButton2Press() {
let tCommand = {}; let tCommand = {};
/** /**
* Send command and highlight corresponding control * Send command and highlight corresponding control
* @param {string} command - "play"/"pause"/"next"/"previous"/"volumeup"/"volumedown" * @param {"play"|"pause"|"playpause"|"next"|"previous"|"volumeup"|"volumedown"} command
*/ */
function sendCommand(command) { function sendCommand(command) {
Bluetooth.println(""); Bluetooth.println("");