break;
case POWEROFF:
connection.send(new HITK("Power"));
break;
case CHANNEL_UP:
connection.send(new CHAN("+"));
break;
case CHANNEL_DOWN:
connection.send(new CHAN("-"));
break;
case CHANNEL:
connection.send(new CHAN (command.toString()));
break;
case VOLUME_UP:
connection.send(new VOLU("+"));
break;
case VOLUME_DOWN: