case LATCHF:
                    if (valType != ValueType.VAL_ON && valType != ValueType.VAL_OFF) {
                        return Bundle.getMessage("badThrottleCommand",
                                i + 1, cmd.toString(), valType.toString());
                    }