RelaisCardCommand_x
Defines a RelaisCardCommand. Replace "_x" with a sequence number.

For instance:

RelaisCardCommand_0=1,1,1,0,PLAY
RelaisCardCommand_1=1,2,1,0,RECORD
RelaisCardCommand_2=1,4,1,0,RECORDPLAY
RelaisCardCommand_3=1,8,1,0,PLAYFRWD
RelaisCardCommand_4=1,16,1,0,PLAYFFWD
RelaisCardCommand_5=1,31,0,1,STOP
RelaisCardCommand_6=1,32,1,0,DOUBLESTOP
RelaisCardCommand_7=1,64,1,0,SET_MARK


The meaning of the values:
Command: active = 1, non active = 0
Bitmask: Bit0 = 1, Bit1 = 2, Bit2 = 4, Bit3 = 8, Bit4 = 16, Bit5 = 32, Bit6 = 64, Bit7 = 128.
Bit on: 1 = call function.
Bit off: 1 = call function.
Function: Name of the function. (PLAY, STOP, SET_MARK, SET_INTRO_1, SET_INTRO_2, SET_INTRO_3, SET_REFRAIN_1, SET_REFRAIN_2, SET_REFRAIN_3, SET_OUTTRO_1, SET_OUTTRO_2, SET_OUTTRO_3).
Possible values: [see description]
Default value: [see description]