Description:
Plays the current spot from the list.
Form:
Command Handler: DCMD
PLAY|PLY|PL [ARGUMENT] [SPOTNAME]
Argument List:
Terse Verbose Description
1 - ??? none Number of consecutive spots to play(unimplemented)
u none Plays the spot uninterrupted
Response:
PLAY RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
Examples:
Verbose command to play a spot:
*.DCMD PLAY <enter>
Response is: OK\r\n
Terse command to play uninterrupted:
*.DCMD PL u <enter>
Response is: 0\r\n
Terse command to play uninterrupted with spot name:
*.DCMD PL u <spotname> <enter>
Response is: 0\r\n
Notes: