Skip to content

Power Command

David edited this page Dec 14, 2021 · 1 revision

Usage

Without Track param

const options = {
    power: 0    
}

powerCommand(options)
// returns '<0>'

With Track param

const options = {
    power: 1,
    track: "MAIN"
}

powerCommand(options)
// returns '<1 MAIN>'
Clone this wiki locally