Emitted when the player has changed state, between a paused and playing state.
Data: "1s33 channel_name 1s0 state"
char channel_name[MAX_CHANNEL_NAME_LEN + 1] char state[1]
Where:
The name of the channel that is changing state
The new state: “paused” | “playing”