Skip to content

Roster Command

David Young edited this page Jan 14, 2022 · 1 revision

Usage

Without roster param

rosterCommand()
// returns '<J>'

With roster param

This is used to get the specific details about an individual loco

const options = {
  cabId: 22,
}

cabCommand(options)
// returns '<J 22>'
Clone this wiki locally