[gbmusic] update sendCommand parameter jsdoc
parent
13b16ac87d
commit
879485b664
|
|
@ -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("");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue