VDRConnection connection = getVDRConnection(vdrId);
if (connection != null && vdrCommandType != null) {
switch (vdrCommandType) {
case MESSAGE:
connection.send(new MESG(command.toString()));
break;
case POWEROFF:
connection.send(new HITK("Power"));
break;
case CHANNEL_UP: